Skip to content

repl: Don't accumulate excess indentation in .load

Rodrigo Muino Tomonari requested to merge github/fork/STRd6/47673 into main

When using .load the REPL would accumulate indentation with each line including the indentation from all previous lines. Now it keeps the indentation at the correct level.

Fixes: https://github.com/nodejs/node/issues/47673

Merge request reports

Loading