Repository: cordova-medic
Updated Branches:
  refs/heads/master 90d06a39c -> 7682cd720


CB-10510: Removing require statement for process to maintain 0.12.2 
compatability


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

Branch: refs/heads/master
Commit: 7682cd7205f153bc252ab8e1ef445169d34e11c2
Parents: 90d06a3
Author: riknoll <[email protected]>
Authored: Tue Feb 16 15:00:03 2016 -0800
Committer: riknoll <[email protected]>
Committed: Tue Feb 16 15:00:14 2016 -0800

----------------------------------------------------------------------
 medic/medic-run.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/7682cd72/medic/medic-run.js
----------------------------------------------------------------------
diff --git a/medic/medic-run.js b/medic/medic-run.js
index e7d9482..d06648a 100644
--- a/medic/medic-run.js
+++ b/medic/medic-run.js
@@ -25,7 +25,6 @@
 
 var fs   = require("fs");
 var path = require("path");
-var process = require("process");
 
 var shelljs  = require("shelljs");
 var optimist = require("optimist");
@@ -268,7 +267,7 @@ function failedBecauseNoDevice(output) {
 
 function tryConnect(couchdbURI, pendingNumberOfTries, callback) {
     util.medicLog("checking if " + couchdbURI + " is up.");
-       
+
     // check if results server is up
     request({
         uri:     couchdbURI,
@@ -288,7 +287,7 @@ function tryConnect(couchdbURI, pendingNumberOfTries, 
callback) {
         }
         else {
             callback();
-        }      
+        }
     });
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to