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': case 'enter':
if (this._sawReturn) if (this._sawReturn)
this._sawReturn = false this._sawReturn = false;
else else
this._line(); this._line();
break; break;

Loading…
Cancel
Save