Skip to content

Commit

Permalink
warn
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed May 11, 2023
1 parent 0221430 commit 00b081c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/modules/manager/regex/utils.ts
Expand Up @@ -94,6 +94,9 @@ export function regexMatchAll(
}
iterations += 1;
} while (matchResult && iterations < maxIterations);
if (iterations === maxIterations) {
logger.warn('Max iterations reached for matchStrings');
}
return matches;
}

Expand Down

0 comments on commit 00b081c

Please sign in to comment.