There was an error while loading. Please reload this page.
console.log() and util.format() support %d, %i, %f, etc. but not %o for objects which seems to be supported in major browsers.
console.log()
util.format()
%d
%i
%f
%o
Refs: #10292
/cc @silverwind
console.log()andutil.format()support%d,%i,%f, etc. but not%ofor objects which seems to be supported in major browsers.Refs: #10292
/cc @silverwind