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;

View File

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