Update fileOpener2Proxy.js

add another errorCallBack
This commit is contained in:
J3r0M3D3V 2016-10-12 13:54:26 +02:00 committed by GitHub
parent e2ea30f973
commit 91064a0390

View File

@ -83,6 +83,7 @@
}, function (error) { }, function (error) {
console.log("Error while opening the file: "+error); console.log("Error while opening the file: "+error);
errorCallback(error);
}); });
} }