Skip to content

Commit 4ff5d1e

Browse files
committed
fix: fail when launcher is called if IE is not found
instead of failing as soon as the plug-in is loaded closes #14
1 parent 73a3176 commit 4ff5d1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ function getInternetExplorerExe() {
9595
return prefix + suffix;
9696
}
9797
}
98-
99-
throw new Error('Internet Explorer not found');
10098
}
10199

102100
IEBrowser.prototype = {

0 commit comments

Comments
 (0)