Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 15, 2024
1 parent 9772059 commit 072a195
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/node/sourceMaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,7 @@ export class SourceMaps implements ISourceMaps {

for (
let l = lines.length - 1;

l >= Math.max(lines.length - 10, 0);

l--
) {
// only search for url in the last 10 lines
Expand Down

0 comments on commit 072a195

Please sign in to comment.