mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01: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