From a9010dcc9bd359f4e176fbf52a1eedfd3f61703c Mon Sep 17 00:00:00 2001 From: Theodor Steiner Date: Mon, 27 Feb 2023 17:29:53 +0900 Subject: [PATCH] chore: remove unrelated comment --- lib/repl.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/repl.js b/lib/repl.js index b4322ea23154f2..241e25f0f2095a 100644 --- a/lib/repl.js +++ b/lib/repl.js @@ -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);