Skip to content

Commit 0a4fcbf

Browse files
Theo-Steineraduh95
andauthored
remove unrelated comment
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 578c040 commit 0a4fcbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/repl.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,6 @@ function REPLServer(prompt,
861861
// code alignment
862862
const matches = self._sawKeyPress ?
863863
RegExpPrototypeExec(/^\s+/, cmd) : null;
864-
// Preserve indentation in editorMode
865864
if (matches) {
866865
const prefix = matches[0];
867866
self.write(prefix);

0 commit comments

Comments
 (0)