Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 26, 2024
1 parent beafc91 commit a664e45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ function REPL( options ) {

debug( 'Readline interface closed.' );
self._istream.removeListener( 'keypress', onKeypress );
proc.removeListener( 'SIGWINCH', onSIGWINCH );

debug( 'Exiting REPL...' );
self.emit( 'exit' );
Expand Down

0 comments on commit a664e45

Please sign in to comment.