shime / livedown

Live Markdown previews for your favorite editor.
MIT License
764 stars 45 forks source link

Fix warnings on Node 6 #20

Closed joaosa closed 8 years ago

joaosa commented 8 years ago

While running this, I was getting some warnings on the form

(node) v8::ObjectTemplate::Set() with non-primitive values is deprecated
(node) and will stop working in the next major release.

==== JS stack trace =========================================

Security context: 0x13ca8d8c9fa9 <JS Object>#0#
...

Updating Chokidar fixed this :)

shime commented 8 years ago

Thanks!