Convert console log message into console error message
This commit is contained in:
parent
70722d200a
commit
916be2bfb6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jsonrpc.call = function(
|
|||
}
|
||||
return Promise.reject(error);
|
||||
}).catch(e => {
|
||||
console.log(e);
|
||||
console.error(e);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue