``` javascript console.log("%%"); // prints only one % in console ``` Expected behavior is to print two % signs Problem reproducible in v0.12.7 and v0.10.36. But not in v4.2.1 Current Workaround: use `process.stdout.write(msg + '\n');` Any chance this bug be patched in v0.12 or older versions? Thanks!!