minor changes

This commit is contained in:
coderaiser 2012-11-05 04:40:27 -05:00
parent 62cab727cd
commit 0638e526dd

View file

@ -108,13 +108,13 @@
if (pError !== null) {
console.log('exec error: ' + pError);
}
var lExec = {
stdout : pStdout,
stderr : pStderr || pError
};
},
lExec_str = JSON.stringify(lExec);
var lExec_str = JSON.stringify(lExec);
pSocket.send(lExec_str);
};
}