node/lib/internal
Todd Kennedy 7f02443a9a repl: dont throw ENOENT on NODE_REPL_HISTORY_FILE
If you have no history file written to disk, but the environment
variable set, `fs.readFileSync` will throw an ENOENT error,
but there's nothing to convert. The converter should ignore
ENOENT on that `fs.readFileSync` call.

Fixes: https://github.com/nodejs/node/issues/2449
PR-URL: https://github.com/nodejs/node/pull/2451
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2015-08-21 20:31:10 +10:00
..
child_process.js lib: don't use global Buffer 2015-06-11 20:24:44 +02:00
freelist.js
repl.js repl: dont throw ENOENT on NODE_REPL_HISTORY_FILE 2015-08-21 20:31:10 +10:00
socket_list.js child_process: expose ChildProcess constructor 2015-05-28 09:38:29 -05:00
util.js util: prepend '(node) ' to deprecation messages 2015-07-03 16:32:29 +02:00