You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by al...@apache.org on 2017/07/18 10:13:50 UTC

cordova-paramedic git commit: CB-13028 Fix typo

Repository: cordova-paramedic
Updated Branches:
  refs/heads/master aecb6c444 -> 76dc9e637


CB-13028 Fix typo


Project: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/commit/76dc9e63
Tree: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/tree/76dc9e63
Diff: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/diff/76dc9e63

Branch: refs/heads/master
Commit: 76dc9e63716d50a42caa0a44be8099d49246af80
Parents: aecb6c4
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Tue Jul 18 13:13:40 2017 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Tue Jul 18 13:13:40 2017 +0300

----------------------------------------------------------------------
 lib/paramedic.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/76dc9e63/lib/paramedic.js
----------------------------------------------------------------------
diff --git a/lib/paramedic.js b/lib/paramedic.js
index c4eef57..f91a992 100644
--- a/lib/paramedic.js
+++ b/lib/paramedic.js
@@ -312,7 +312,7 @@ ParamedicRunner.prototype.runLocalTests = function () {
         self.setPermissions();
         logger.normal('cordova-paramedic: running command ' + command);
 
-        if (self.config.getPlatformId() === util.BROWSER) {
+        if (!self.config.getPlatformId() === util.BROWSER) {
             return execPromise(command);
         }
         runProcess = cp.exec(command, function () {


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