Skip to content

Commit 18a6d0f

Browse files
fix: compile
1 parent 2c5074b commit 18a6d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@babel/preset-typescript": "^7.28.5",
6464
"@babel/runtime": "^7.28.4",
6565
"@babel/runtime-corejs3": "^7.28.4",
66-
"@biomejs/biome": "2.1.4",
66+
"@biomejs/biome": "2.4.6",
6767
"@rspack/cli": "^1.7.0",
6868
"@rspack/core": "^1.7.0",
6969
"@types/ace": "^0.0.52",

src/plugins/system/android/com/foxdebug/system/System.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ public void run() {
546546
openInBrowser(arg1, callbackContext);
547547
break;
548548
case "launch-app":
549-
launchApp(arg1, arg2, arg3, callbackContext);
549+
launchApp(arg1, arg2, args.optJSONObject(2), callbackContext);
550550
break;
551551
case "get-global-setting":
552552
getGlobalSetting(arg1, callbackContext);

0 commit comments

Comments
 (0)