Skip to content

Commit ec80621

Browse files
authored
Merge branch 'main' into feat/plugin-toggling
2 parents da79e55 + fd1d834 commit ec80621

File tree

18 files changed

+1131
-51
lines changed

18 files changed

+1131
-51
lines changed

package-lock.json

Lines changed: 235 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"cordova": {
2424
"plugins": {
2525
"cordova-clipboard": {},
26-
"cordova-plugin-buildinfo": {},
2726
"cordova-plugin-device": {},
2827
"cordova-plugin-file": {},
2928
"cordova-plugin-sftp": {},
@@ -37,7 +36,8 @@
3736
"ANDROIDBLACKLISTSECURESOCKETPROTOCOLS": "SSLv3,TLSv1"
3837
},
3938
"cordova-plugin-websocket": {},
40-
"com.foxdebug.acode.exec": {}
39+
"com.foxdebug.acode.exec": {},
40+
"cordova-plugin-buildinfo": {}
4141
},
4242
"platforms": [
4343
"android"
@@ -68,7 +68,7 @@
6868
"cordova-clipboard": "^1.3.0",
6969
"cordova-plugin-advanced-http": "^3.3.1",
7070
"cordova-plugin-browser": "file:src/plugins/browser",
71-
"cordova-plugin-buildinfo": "^4.0.0",
71+
"cordova-plugin-buildinfo": "file:src/plugins/cordova-plugin-buildinfo",
7272
"cordova-plugin-device": "^2.0.3",
7373
"cordova-plugin-file": "^8.0.1",
7474
"cordova-plugin-ftp": "file:src/plugins/ftp",

src/lib/run.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,6 @@ async function run(
772772
* Opens the preview in browser
773773
*/
774774
function openBrowser() {
775-
console.log(`Running ${Url.join(pathName, filename)}`);
776775
let url = "";
777776
if (pathName === null && !activeFile.location) {
778777
url = `http://localhost:${port}/__unsaved_file__`;

0 commit comments

Comments
 (0)