We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fade068 commit 8349722Copy full SHA for 8349722
lib/Local.js
@@ -40,7 +40,7 @@ function Local(){
40
callback(new LocalError('No output received'));
41
42
if(data['state'] != 'connected'){
43
- callback(new LocalError(data['message']));
+ callback(new LocalError(data['message']['message']));
44
} else {
45
that.pid = data['pid'];
46
callback();
0 commit comments