Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit f2eb65d

Browse files
"discardUncaughtJsExceptions": true was applied on the wrong level
1 parent d76dfa4 commit f2eb65d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

demo-ng/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"android": {
3-
"v8Flags": "--expose_gc",
4-
"discardUncaughtJsExceptions": true
3+
"v8Flags": "--expose_gc"
54
},
5+
"discardUncaughtJsExceptions": true,
66
"main": "main.js",
77
"name": "tns-template-hello-world-ng",
88
"version": "3.3.0"

demo-push/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"homepage": "https://github.com/NativeScript/template-hello-world-ts",
2828
"android": {
29-
"v8Flags": "--expose_gc",
30-
"discardUncaughtJsExceptions": true
29+
"v8Flags": "--expose_gc"
3130
},
31+
"discardUncaughtJsExceptions": true,
3232
"devDependencies": {
3333
"nativescript-dev-typescript": "^0.3.0"
3434
},

demo-vue/app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"android": {
33
"v8Flags": "--expose_gc"
44
},
5+
"discardUncaughtJsExceptions": true,
56
"main": "main",
67
"name": "demo-vue",
78
"version": "1.0.0"

demo/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"homepage": "https://github.com/NativeScript/template-hello-world-ts",
2828
"android": {
29-
"v8Flags": "--expose_gc",
30-
"discardUncaughtJsExceptions": true
29+
"v8Flags": "--expose_gc"
3130
},
31+
"discardUncaughtJsExceptions": true,
3232
"devDependencies": {
3333
"nativescript-dev-typescript": "^0.3.0"
3434
},

0 commit comments

Comments
 (0)