8000 Merge branch 'ErjanGavalji/fix-tslint-build' · Techhacker/NativeScript@8be03de · GitHub
[go: up one dir, main page]

Skip to content

Commit 8be03de

Browse files
committed
Merge branch 'ErjanGavalji/fix-tslint-build'
2 parents c2aafa8 + bc61057 commit 8be03de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/console.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export class Console implements definition.Console {
286286
}
287287

288288
private escapeConsoleMessage(str: string): string {
289-
if (typeof (str) != "string") {
289+
if (typeof (str) !== "string") {
290290
return str;
291291
}
292292

0 commit comments

Comments
 (0)
0