Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Dec 27, 2021
1 parent 339df1d commit 82152eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/repl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,10 @@ function appendCompileAndEvalInput(options: {
);

// Use `diff` to check for new JavaScript to execute.
const changes = diffLines(oldOutputWithoutSourcemapComment, outputWithoutSourcemapComment);
const changes = diffLines(
oldOutputWithoutSourcemapComment,
outputWithoutSourcemapComment
);

if (isCompletion) {
undo();
Expand Down

0 comments on commit 82152eb

Please sign in to comment.