Skip to content

Commit

Permalink
chore: remove unrelated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo-Steiner committed Feb 27, 2023
1 parent f5c3190 commit a9010dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,6 @@ function REPLServer(prompt,
// code alignment
const matches = self._sawKeyPress ?
RegExpPrototypeExec(/^\s+/, cmd) : null;
// Preserve indentation in editorMode
if (matches) {
const prefix = matches[0];
self.write(prefix);
Expand Down

0 comments on commit a9010dc

Please sign in to comment.