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); }); }