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.
2 parents 21077f1 + a1bdcee commit 59d794bCopy full SHA for 59d794b
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