update files

This commit is contained in:
nuintun 2015-12-03 10:20:31 +08:00
parent f4d4451eeb
commit 0c97e7ecb0
2 changed files with 1 additions and 2 deletions

View File

@ -70,4 +70,3 @@ function normalizeExecArgs(command, options){
} }
module.exports = Emulator; module.exports = Emulator;

View File

@ -116,7 +116,7 @@ if (cluster.isMaster) {
}); });
}); });
stream.stderr.on('error', function (error){ stream.stderr.on('data', function (error){
emulator.stop(); emulator.stop();
process.send({ process.send({
event: 'error', event: 'error',