Closed Termina1 closed 8 years ago
In node 6.x I'm getting this warning message:
(node) v8::FunctionTemplate::Set() with non-primitive values is deprecated (node) and will stop working in the next major release.
Nan already fixed this issue in https://github.com/nodejs/nan/commit/a90951e9ea70fa1b3836af4b925322919159100e.
So, just using newer Nan API.
Also, fixes #11
Landed in c1d78e0cc56650fa408513a0066d977398efeb21. Thanks!
In node 6.x I'm getting this warning message:
Nan already fixed this issue in https://github.com/nodejs/nan/commit/a90951e9ea70fa1b3836af4b925322919159100e.
So, just using newer Nan API.