diff --git a/src/commands/prepare-commit-msg-hook.ts b/src/commands/prepare-commit-msg-hook.ts index f5caef6..512cd52 100644 --- a/src/commands/prepare-commit-msg-hook.ts +++ b/src/commands/prepare-commit-msg-hook.ts @@ -43,8 +43,6 @@ export const prepareCommitMessageHook = async () => { messageFilePath, commitMessage + '\n' + fileContent.toString() ); - - outro(`${chalk.green('✔')} commit done`); } catch (error) { outro(`${chalk.red('✖')} ${error}`); process.exit(1);