This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git
The following commit(s) were added to refs/heads/master by this push:
new cd0b14a fix: Update file-transfer port (#262)
cd0b14a is described below
commit cd0b14a8acf7f3095acc254c1cb1c222ade6ea0a
Author: jcesarmobile <[email protected]>
AuthorDate: Tue Sep 5 02:01:28 2023 +0200
fix: Update file-transfer port (#262)
---
lib/PluginsManager.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/PluginsManager.js b/lib/PluginsManager.js
index fa696e0..6146553 100644
--- a/lib/PluginsManager.js
+++ b/lib/PluginsManager.js
@@ -52,7 +52,7 @@ class PluginsManager {
} else {
// no server address specified, starting a local server
const server = new Server(0,
this.config.getExternalServerUrl());
- const fileServerUrl =
server.getConnectionAddress(this.config.getPlatformId()) + ':5000';
+ const fileServerUrl =
server.getConnectionAddress(this.config.getPlatformId()) + ':5001';
additionalArgs += ' --variable
FILETRANSFER_SERVER_ADDRESS=' + fileServerUrl;
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]