From d2ccb221e95cd3613540ad2b9f0ec37cacb9fc65 Mon Sep 17 00:00:00 2001 From: J3r0M3D3V Date: Thu, 13 Oct 2016 11:04:11 +0200 Subject: [PATCH] Update fileOpener2Proxy.js then > done --- src/windows/fileOpener2Proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/fileOpener2Proxy.js b/src/windows/fileOpener2Proxy.js index 69d34ee..ce2dee6 100644 --- a/src/windows/fileOpener2Proxy.js +++ b/src/windows/fileOpener2Proxy.js @@ -75,7 +75,7 @@ getFile(path).then(function (file) { var options = new Windows.System.LauncherOptions(); - Windows.System.Launcher.launchFileAsync(file, options).done(function (success) { + Windows.System.Launcher.launchFileAsync(file, options).then(function (success) { successCallback(); }, function (error) { errorCallback(error);