Skip to content

Commit

Permalink
remove unrelated comment
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
Theo-Steiner and aduh95 authored Feb 23, 2023
1 parent 578c040 commit 0a4fcbf
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 0a4fcbf

Please sign in to comment.