Skip to content

Commit 6bad2c0

Browse files
authored
Merge pull request #1462 from NativeScript/darind/release
Merge release -> master
2 parents 30cc53c + d3e16ef commit 6bad2c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
## Bug Fixes
1515

1616
- [SIGSEGV in libNativeScript.so on callback from java with console.log when displaying an object. #1366](https://github.com/NativeScript/android-runtime/issues/1366)
17-
17+
1818
6.0.2
1919
==
2020

test-app/app/src/main/assets/app/tests/testNativeModules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe("Tests native modules)", function () {
1313
arch = (com.tns.Runtime.getPointerSize() == 4) ? "arm" : "arm64";
1414
} else if (lcArch.indexOf("i686") > -1) {
1515
arch = "x86";
16-
} else if (lcArch.indexOf("x86_64") > -1) {
16+
} else if (lcArch.indexOf("x86_64") > -1) {
1717
arch = "x86_64";
1818
} else {
1919
throw new Error("Unsupported architecture=" + sysArch);

0 commit comments

Comments
 (0)