We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5280c commit 32349f5Copy full SHA for 32349f5
1 file changed
src/js/LogDumper.js
@@ -379,6 +379,7 @@ var logDumper = (function($, module) {
379
}
380
if (hasSubs) {
381
glue = '';
382
+ args[0] = module.dump(args[0], false, true, false);
383
} else {
384
if (args.length == 2 && typeof args[0] == "string") {
385
glue = ' = ';
0 commit comments