Comparing version 3.1.3 to 3.1.4
@@ -68,3 +68,5 @@ "use strict"; | ||
yield lib.patchServerInit(`${__dirname}/injected.js`); | ||
yield lib.run(); | ||
const childProcess = yield lib.run(); | ||
childProcess.on('exit', (code)=>process.exit(code !== null && code !== void 0 ? code : 1) | ||
); | ||
}); | ||
@@ -71,0 +73,0 @@ exports.run = run; |
{ | ||
"name": "cy2", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"author": "Andrew Goldis", | ||
@@ -5,0 +5,0 @@ "main": "./dist", |
46027
1096