From 91064a039097f48fc6a9672a4cbf916e504a2849 Mon Sep 17 00:00:00 2001 From: J3r0M3D3V Date: Wed, 12 Oct 2016 13:54:26 +0200 Subject: [PATCH] Update fileOpener2Proxy.js add another errorCallBack --- src/windows/fileOpener2Proxy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windows/fileOpener2Proxy.js b/src/windows/fileOpener2Proxy.js index e74077e..48f7332 100644 --- a/src/windows/fileOpener2Proxy.js +++ b/src/windows/fileOpener2Proxy.js @@ -83,6 +83,7 @@ }, function (error) { console.log("Error while opening the file: "+error); + errorCallback(error); }); }