mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
lint
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user