We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db8b0c commit 1a0d75fCopy full SHA for 1a0d75f
lib/node_modules/@stdlib/repl/lib/main.js
@@ -382,6 +382,7 @@ function REPL( options ) {
382
FLG = self._editorActions.beforeKeypress( data, key );
383
384
self._eagerEvaluator.beforeKeypress( data, key );
385
+
386
// If ENTER keypress is encountered or if a preview was completed while navigating, gracefully close the completer...
387
if ( completed || ( key && key.name === 'return' ) ) {
388
self._completerEngine.closeCompleter();
0 commit comments