Skip to content

Commit

Permalink
fix: typo (#4499)
Browse files Browse the repository at this point in the history
  • Loading branch information
HomyeeKing committed Mar 30, 2022
1 parent 9a71923 commit 5581e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pnpm/src/err.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ export default function err (error: Error) {
// any additional info
logger.error(error, error)

// Differing exit. Otherwise, the reporter wouldn't show the error
// Deferring exit. Otherwise, the reporter wouldn't show the error
setTimeout(() => process.exit(1), 0)
}

0 comments on commit 5581e4e

Please sign in to comment.