Fix the build by adding the "=" symbol

This commit is contained in:
Erjan Gavalji
2016-01-20 17:25:05 +02:00
parent c2aafa8ee6
commit bc61057969

View File

@@ -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;
}