3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-21 05:28:14 +00:00

Added missing changes and modified dist assets.

This commit is contained in:
GitHub Action 2023-11-03 04:47:50 +00:00 committed by renovate[bot]
parent c300d15dae
commit 50a9cc9b7b
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View file

@ -58317,7 +58317,7 @@ class Directives {
onError('Verbatim tags must end with a >');
return verbatim;
}
const [, handle, suffix] = source.match(/^(.*!)([^!]*)$/);
const [, handle, suffix] = source.match(/^(.*!)([^!]*)$/s);
if (!suffix)
onError(`The ${source} tag has no suffix`);
const prefix = this.tags[handle];

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long