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 49930b8 commit 0ab2daaCopy full SHA for 0ab2daa
packages/server/lib/exec.js
@@ -37,6 +37,7 @@ module.exports = {
37
// do we want to return all fields returned by execa?
38
result.shell = shell
39
result.cmd = cmd
40
+ result.code = result.exitCode
41
42
return result
43
}).then(pickMainProps)
0 commit comments