We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b39011 commit 7dc469cCopy full SHA for 7dc469c
src/core/environment.js
@@ -58,7 +58,7 @@ if (window.console && console.log) {
58
console.log.apply(console, arguments);
59
} else {
60
var newArgs = JSON.parse(JSON.stringify(args));
61
- if (JSON.stringify(newArgs)=="{}"){
+ if (JSON.stringify(newArgs)==='{}'){
62
console.log(args);
63
64
console.log(newArgs);
0 commit comments