znerol / node-delta

Delta.js - A JavaScript diff and patch engine for DOM trees
http://znerol.github.com/node-delta/
MIT License
46 stars 11 forks source link

sys.puts is not a function #14

Closed milos-cuculovic closed 4 years ago

milos-cuculovic commented 4 years ago

Hi Znerol, sys.puts was deprecated on node10 and removed on node12. Could you please replace it with console.log in

node-delta/bin/djdiff.js Line 144.

znerol commented 4 years ago

Thanks for the report. Fixed in release 0.0.8.