We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad643b7 commit ac13c5fCopy full SHA for ac13c5f
run.js
@@ -208,7 +208,7 @@ export async function run( {
208
209
// There is currently a bug in exit-hook where
210
// gracefulExit(1) is not longer respected.
211
- // Work araound by setting process.exitCode instead.
+ // Work around by setting process.exitCode instead.
212
// See https://github.com/sindresorhus/exit-hook/issues/42
213
function exitWithError() {
214
process.exitCode = 1;
0 commit comments