You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/24 21:43:29 UTC

cordova-medic git commit: CB-9660 Kill wp8.1 emulator in medic-kill on Windows. This closes #66.

Repository: cordova-medic
Updated Branches:
  refs/heads/master 1dcbac1cc -> 7274752cd


CB-9660 Kill wp8.1 emulator in medic-kill on Windows. This closes #66.


Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/7274752c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/7274752c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/7274752c

Branch: refs/heads/master
Commit: 7274752cd5a163d260a49339b3a5f981e0fa120b
Parents: 1dcbac1
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Wed Sep 23 15:40:57 2015 +0300
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Thu Sep 24 12:43:13 2015 -0700

----------------------------------------------------------------------
 medic/medic-kill.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/7274752c/medic/medic-kill.js
----------------------------------------------------------------------
diff --git a/medic/medic-kill.js b/medic/medic-kill.js
index 6f769a4..4a2b843 100644
--- a/medic/medic-kill.js
+++ b/medic/medic-kill.js
@@ -32,7 +32,7 @@ var util = require("../lib/util");
 function tasksOnPlatform(platformName) {
     switch (platformName) {
         case util.WINDOWS:
-            return ["WWAHost.exe"];
+            return ["WWAHost.exe", "Xde.exe"];
         case util.WP8:
             return ["Xde.exe"];
         case util.IOS:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org