Add missing semicolon
This commit is contained in:
parent
1ddd17cf0b
commit
774e542424
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ async function init(): Promise<State> {
|
||||||
lastCommitLogger.info(`${shortHash}${chalk.gray(hash.substr(shortHash.length))}`);
|
lastCommitLogger.info(`${shortHash}${chalk.gray(hash.substr(shortHash.length))}`);
|
||||||
lastCommitLogger.info(`${commit.subject} ${chalk.green(`(${commitDate} ${commitTime})`)} ${chalk.blue(`<${commit.author.name}>`)}`);
|
lastCommitLogger.info(`${commit.subject} ${chalk.green(`(${commitDate} ${commitTime})`)} ${chalk.blue(`<${commit.author.name}>`)}`);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
lastCommitLogger.info('No commit information found')
|
lastCommitLogger.info('No commit information found');
|
||||||
}
|
}
|
||||||
|
|
||||||
let envLogger = new Logger('Env');
|
let envLogger = new Logger('Env');
|
||||||
|
|
Loading…
Reference in a new issue