Add missing semicolon

This commit is contained in:
Aya Morisawa 2016-12-30 02:32:15 +09:00
parent 1ddd17cf0b
commit 774e542424

View file

@ -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');