diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 3d71d9d6c2..490e80f5c7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'); |