Skip to content

Commit

Permalink
fix: fail when launcher is called if IE is not found
Browse files Browse the repository at this point in the history
instead of failing as soon as the plug-in is loaded
closes #14
  • Loading branch information
sylvain-hamel committed Apr 2, 2014
1 parent 73a3176 commit 4ff5d1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ function getInternetExplorerExe() {
return prefix + suffix;
}
}

throw new Error('Internet Explorer not found');
}

IEBrowser.prototype = {
Expand Down

0 comments on commit 4ff5d1e

Please sign in to comment.