Skip to content

Commit

Permalink
Fix yarn rw exec to set nonzero exit code on error (#7660)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrogers authored Feb 22, 2023
1 parent 6f50428 commit 40b903c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/commands/execHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export const handler = async (args) => {
})
} catch (e) {
console.error(c.error(`Error in script: ${e.message}`))
throw e
}
},
},
Expand Down

0 comments on commit 40b903c

Please sign in to comment.