Skip to content

Commit

Permalink
Fix an issue where defaultLinesDiffComputer does not pass in the time…
Browse files Browse the repository at this point in the history
…out variable (#213035)

Update defaultLinesDiffComputer.ts
  • Loading branch information
CharlesHGong authored May 27, 2024
1 parent 957f18b commit dccb86c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export class DefaultLinesDiffComputer implements ILinesDiffComputer {

return this.myersDiffingAlgorithm.compute(
sequence1,
sequence2
sequence2,
timeout
);
})();

Expand Down

0 comments on commit dccb86c

Please sign in to comment.