mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix the build by adding the "=" symbol
This commit is contained in:
@@ -286,7 +286,7 @@ export class Console implements definition.Console {
|
||||
}
|
||||
|
||||
private escapeConsoleMessage(str: string): string {
|
||||
if (typeof (str) != "string") {
|
||||
if (typeof (str) !== "string") {
|
||||
return str;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user