mirror of https://github.com/nodejs/node.git
a4a0efc534
Previously, if we are unable to open the history file, an error would be thrown. Now, print an error message that we could not open the history file, but don't fail. Fixes: https://github.com/nodejs/node/issues/3610 PR-URL: https://github.com/nodejs/node/pull/3630 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> |
||
---|---|---|
.. | ||
streams | ||
child_process.js | ||
freelist.js | ||
linkedlist.js | ||
module.js | ||
readme.md | ||
repl.js | ||
socket_list.js | ||
util.js |
readme.md
Internal Modules
The modules in lib/internal
are intended for internal use in Node.js core only, and are not accessible with require()
from user modules.
These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.