Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
princejwesley committed Aug 3, 2016
1 parent 4134ddd commit 370616c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,8 @@ function REPLServer(prompt,
case 'tab':
// prevent double tab behavior
self._previousKey = null;
ttyWrite(d, key);
break;
default:
ttyWrite(d, key);
}
Expand Down

0 comments on commit 370616c

Please sign in to comment.