fixes #826
This commit is contained in:
parent
44ef1c4710
commit
be8635abbf
1 changed files with 10 additions and 10 deletions
|
|
@ -31,7 +31,7 @@ copay.stdout.on('data', function (data) {
|
|||
});
|
||||
|
||||
copay.stderr.on('data', function(data) {
|
||||
console.log(color.red(data));
|
||||
console.log("STDERR:" + data);
|
||||
});
|
||||
|
||||
copay.on('close', function(code) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue