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 21077f1 commit a1bdceeCopy full SHA for a1bdcee
lib/Local.js
@@ -67,7 +67,7 @@ function Local(){
67
delete(that.binaryPath);
68
return that.startSync(options);
69
} else {
70
- return new LocalError(error.toString());
+ throw new LocalError(error.toString());
71
}
72
73
};
0 commit comments