mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Merge branch 'ErjanGavalji/fix-tslint-build'
This commit is contained in:
@ -286,7 +286,7 @@ export class Console implements definition.Console {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private escapeConsoleMessage(str: string): string {
|
private escapeConsoleMessage(str: string): string {
|
||||||
if (typeof (str) != "string") {
|
if (typeof (str) !== "string") {
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user