znerol / node-delta

Delta.js - A JavaScript diff and patch engine for DOM trees

Home Page:http://znerol.github.com/node-delta/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sys.puts is not a function

milos-cuculovic opened this issue · comments

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.

Thanks for the report. Fixed in release 0.0.8.