fix stdout
This commit is contained in:
parent
be8635abbf
commit
4e2414d78b
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ switch (process.platform) {
|
||||||
var copay = spawn(execPath, [appPath]);
|
var copay = spawn(execPath, [appPath]);
|
||||||
|
|
||||||
copay.stdout.on('data', function(data) {
|
copay.stdout.on('data', function(data) {
|
||||||
console.log(data);
|
console.log("STDOUT:" + data);
|
||||||
});
|
});
|
||||||
|
|
||||||
copay.stderr.on('data', function(data) {
|
copay.stderr.on('data', function(data) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue