Browse Source

lint

v0.9.9-release
isaacs 12 years ago
parent
commit
f64d1febc8
  1. 2
      lib/readline.js

2
lib/readline.js

@ -756,7 +756,7 @@ Interface.prototype._ttyWrite = function(s, key) {
case 'enter':
if (this._sawReturn)
this._sawReturn = false
this._sawReturn = false;
else
this._line();
break;

Loading…
Cancel
Save