Skip to content

Commit 1a0d75f

Browse files
authored
fix: style fix
Signed-off-by: Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
1 parent 3db8b0c commit 1a0d75f

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/repl/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/repl/lib/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ function REPL( options ) {
382382
FLG = self._editorActions.beforeKeypress( data, key );
383383

384384
self._eagerEvaluator.beforeKeypress( data, key );
385+
385386
// If ENTER keypress is encountered or if a preview was completed while navigating, gracefully close the completer...
386387
if ( completed || ( key && key.name === 'return' ) ) {
387388
self._completerEngine.closeCompleter();

0 commit comments

Comments
 (0)