Skip to content

Commit

Permalink
Update scripts/jarvis.js
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy authored Aug 17, 2022
1 parent db090da commit ef2932c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jarvis.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const setupProject = () =>

command.on('exit', (exitCode) => {
if (parseInt(exitCode) !== 0) {
reject(new Error(exitCode));
return reject(new Error(exitCode));
}

// eslint-disable-next-line no-console
Expand Down

0 comments on commit ef2932c

Please sign in to comment.