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 746df71 commit bb327adCopy full SHA for bb327ad
jscomp/build_tests/post-build/input.js
@@ -3,6 +3,6 @@ var assert = require('assert')
3
4
var out = child_process.spawnSync(`bsb`,{encoding : 'utf8'})
5
6
-if(out.status !== '' ){
+if(out.status !== 0 ){
7
assert.fail(out.stdout + out.stderr)
8
}
0 commit comments