The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-repl-end-emits-exit.js @ 6f043940

History | View | Annotate | Download (2.21 KB)

# Date Author Comment
c5d35aca 04/17/2012 02:53 PM Nathan Rajlich

test: check for multiple "emit" calls in repl-end-emits-exit.js

f41901cd 03/27/2012 04:54 PM Nathan Rajlich

repl: make ^D emit an 'end' event on the readline instance

Also emit 'exit' on the repl when 'end' is emitted on the readline.

Fixes `node debug test/fixtures/breakpoints.js` when ^D is pressed.