Skip to content

Commit 56a9ae7

Browse files
tniessenevanlucas
authored andcommitted
readline: update references to archived repository
Backport-PR-URL: #18102 PR-URL: #17924 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 733df36 commit 56a9ae7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/readline.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,8 @@ Interface.prototype._ttyWrite = function(s, key) {
760760
key = key || {};
761761
this._previousKey = key;
762762

763-
// Ignore escape key - Fixes #2876
763+
// Ignore escape key, fixes
764+
// https://github.com/nodejs/node-v0.x-archive/issues/2876.
764765
if (key.name === 'escape') return;
765766

766767
if (key.ctrl && key.shift) {

0 commit comments

Comments
 (0)