mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 17:55:52 +02:00
✨
This commit is contained in:
@@ -3,7 +3,7 @@ import * as chalk from 'chalk';
|
||||
const prominence = require('prominence');
|
||||
const git = require('git-last-commit');
|
||||
|
||||
export default class LastCommitInfo {
|
||||
export default class {
|
||||
static async show(): Promise<void> {
|
||||
let logger = new Logger('LastCommit');
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user