cleanup check-deps

This commit is contained in:
Feross Aboukhadijeh
2016-05-26 18:29:07 -07:00
parent 1aabd537d8
commit 9abab7aec3
2 changed files with 26 additions and 23 deletions

View File

@@ -6,5 +6,5 @@ var path = require('path')
var child = cp.spawn(electron, [path.join(__dirname, '..')], {stdio: 'inherit'})
child.on('close', function (code) {
process.exit(code)
process.exitCode = code
})