mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-24 07:06:07 +09:00
Add missing semicolon
This commit is contained in:
parent
5a5be81dea
commit
d7c24c1f15
@ -148,7 +148,7 @@ async function init(): Promise<State> {
|
||||
lastCommitLogger.info(`${shortHash}${chalk.gray(hash.substr(shortHash.length))}`);
|
||||
lastCommitLogger.info(`${commit.subject} ${chalk.green(`(${commitDate} ${commitTime})`)} ${chalk.blue(`<${commit.author.name}>`)}`);
|
||||
} catch (e) {
|
||||
lastCommitLogger.info('No commit information found')
|
||||
lastCommitLogger.info('No commit information found');
|
||||
}
|
||||
|
||||
let envLogger = new Logger('Env');
|
||||
|
Loading…
Reference in New Issue
Block a user