Skip to content

Commit

Permalink
Revert "fix: use process.exit if install fails (#633)" (#637)
Browse files Browse the repository at this point in the history
This reverts commit b661673.
  • Loading branch information
typicode committed Jan 10, 2020
1 parent 3157ff4 commit b78c20e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/installer/bin.ts
Expand Up @@ -103,7 +103,6 @@ function run(): void {
console.log(chalk.red(err.message.trim()))
debug(err.stack)
console.log(chalk.red(`husky > Failed to ${action}`))
process.exitCode = 1
}
}

Expand Down

0 comments on commit b78c20e

Please sign in to comment.