Mu icon indicating copy to clipboard operation
Mu copied to clipboard

replace deprecated util.puts by console.log

Open bersling opened this issue 7 years ago • 0 comments

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.

bersling avatar Jul 16 '17 14:07 bersling