diff --git a/src/index.ts b/src/index.ts index 3d71d9d6c..490e80f5c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -148,7 +148,7 @@ async function init(): Promise { 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');