Skip to content

Commit a1bdcee

Browse files
author
Neha Agarwal
authored
Throw exception in startSync
1 parent 21077f1 commit a1bdcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Local.js

Lines changed: 1 addition & 1 deletion
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)