Skip to content

Commit d4456ab

Browse files
committed
bug: Update undifined variable
1 parent 9dbd3b2 commit d4456ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const main = async () => {
3434

3535
if (filteredFiles.length === 0) {
3636
console.log("No matchs found.")
37-
console.log(`Raw input: ${directory}`)
37+
console.log(`Raw input: ${path}`)
3838
console.log(`Regex: ${regExp.toString()}`)
3939
}
4040
await setOutputs(filteredFiles);

0 commit comments

Comments
 (0)