nw 0.14.2
node v5.9.0
Mac OS X El Capitan
Hi Guys,
I have written a simple native addon which is running asynchronously using libuv's worker thread. When I am running the module using node then it is working all fine. But, when I am trying to run it on "nw 0.14.2", nw crashes and I see the following message on the Console.
com.apple.xpc.launchd[1]: (io.nwjs.nw.201632[608]) Service exited with abnormal code: 11
What could be the possible reason? Please help.
nw 0.14.2
node v5.9.0
Mac OS X El Capitan
Hi Guys,
I have written a simple native addon which is running asynchronously using libuv's worker thread. When I am running the module using node then it is working all fine. But, when I am trying to run it on "nw 0.14.2", nw crashes and I see the following message on the Console.
What could be the possible reason? Please help.