src: set node_is_initialized in node::Init
authorCheng Zhao <zcbenz@gmail.com>
Mon, 12 Jan 2015 21:31:25 +0000 (13:31 -0800)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 20 Jan 2015 23:13:36 +0000 (00:13 +0100)
commit22e1aea8a025b6439493dec4d44afe4c9f454c86
treeaf2e61a7814182997588d42279d8029e24e05860
parent668420d1f7685f49843bbf81ee3b4733a1989852
src: set node_is_initialized in node::Init

This can make node_is_initialized correctly set to true for applications
that use node::Init to embed iojs.

PR-URL: https://github.com/iojs/io.js/pull/225/
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
src/node.cc