You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2016/03/04 01:35:42 UTC

[04/50] cordova-paramedic git commit: run it

run it


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

Branch: refs/heads/master
Commit: 880b927547283f2f80e2ab75f2b0b8ef7390f32d
Parents: 0ad9d9b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Feb 5 20:25:51 2015 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Feb 5 20:25:51 2015 -0800

----------------------------------------------------------------------
 main.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/880b9275/main.js
----------------------------------------------------------------------
diff --git a/main.js b/main.js
index d05bdac..808a710 100755
--- a/main.js
+++ b/main.js
@@ -159,6 +159,7 @@ function startServer() {
                              res.req.socket.localAddress;
                     console.log("Using ip : " + ip);
                     writeMedicLogUrl("http://" + ip + ":" + PORT);
+                    addAndRunPlatform();
                 }
             });
         }


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