node/lib/internal
Evan Lucas a4a0efc534 repl: don't crash if cannot open history file
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>
2015-11-03 09:52:35 -06:00
..
streams streams: refactor LazyTransform to internal/ 2015-09-14 19:58:04 -07:00
child_process.js lib: return boolean from child.send() 2015-10-29 17:00:27 -07:00
freelist.js iojs: introduce internal modules 2015-03-25 22:12:18 +03:00
linkedlist.js lib,test: deprecate _linklist 2015-10-08 17:32:08 -07:00
module.js node: add -c|--check CLI arg to syntax check script 2015-10-03 21:58:38 +10:00
readme.md doc: add internal modules notice 2015-08-25 11:58:50 -04:00
repl.js repl: don't crash if cannot open history file 2015-11-03 09:52:35 -06:00
socket_list.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
util.js util: prepend '(node) ' to deprecation messages 2015-07-03 16:32:29 +02:00

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.