Skip to content

Commit 59d794b

Browse files
authored
Merge pull request #138 from agarneha1331/throw-exception
Throw exception in startSync
2 parents 21077f1 + a1bdcee commit 59d794b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Local.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function Local(){
6767
delete(that.binaryPath);
6868
return that.startSync(options);
6969
} else {
70-
return new LocalError(error.toString());
70+
throw new LocalError(error.toString());
7171
}
7272
}
7373
};

0 commit comments

Comments
 (0)