Mu
Mu copied to clipboard
replace deprecated util.puts by console.log
I get this error from node when using the compileAndRender
function from mu:
(node:6649) DeprecationWarning: util.puts is deprecated. Use console.log instead.
So I replaced the util.puts
with console.log
.