js_stream is a new module of io.js

This commit is contained in:
Cheng Zhao 2015-03-14 11:31:09 -07:00
parent 0b8eb6ad90
commit ff724634f2

View file

@ -57,6 +57,7 @@ REFERENCE_MODULE(tls_wrap);
REFERENCE_MODULE(tty_wrap);
REFERENCE_MODULE(udp_wrap);
REFERENCE_MODULE(uv);
REFERENCE_MODULE(js_stream);
// Atom Shell's builtin modules.
REFERENCE_MODULE(atom_browser_app);
REFERENCE_MODULE(atom_browser_auto_updater);