From 4ff5d1e6d11403d40a139e24a6daea4ff1f930ed Mon Sep 17 00:00:00 2001 From: sylvain-hamel Date: Tue, 1 Apr 2014 22:19:30 -0400 Subject: [PATCH] fix: fail when launcher is called if IE is not found instead of failing as soon as the plug-in is loaded closes #14 --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 2bfc53f..29eca28 100644 --- a/index.js +++ b/index.js @@ -95,8 +95,6 @@ function getInternetExplorerExe() { return prefix + suffix; } } - - throw new Error('Internet Explorer not found'); } IEBrowser.prototype = {