Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Mar 29, 2022
1 parent 7ecf7e6 commit 2c6ea95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export async function run(): Promise<void> {
}

if (escapePaths) {
paths = paths.map((p: string) => escapeStringRegexp(pathsOutput))
paths = paths.map((p: string) => escapeStringRegexp(p))
}

const pathsOutput = paths.join(separator)
Expand Down

0 comments on commit 2c6ea95

Please sign in to comment.