There was an error while loading. Please reload this page.
When one does
debug({a:1, b:2});
the object properties' values are printed with colours
but when one does
debug("string", {a:1, b:2});
colours are gone
just FYI
When one does
debug({a:1, b:2});
the object properties' values are printed with colours
but when one does
debug("string", {a:1, b:2});
colours are gone
just FYI