Skip to content

Commit bb327ad

Browse files
committed
fix ci
1 parent 746df71 commit bb327ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/build_tests/post-build/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ var assert = require('assert')
33

44
var out = child_process.spawnSync(`bsb`,{encoding : 'utf8'})
55

6-
if(out.status !== '' ){
6+
if(out.status !== 0 ){
77
assert.fail(out.stdout + out.stderr)
88
}

0 commit comments

Comments
 (0)