Skip to content

Commit b9a72b2

Browse files
committed
Log infected check.
1 parent 323c2c7 commit b9a72b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export function generateRandomString(length: number): string {
4747

4848
export function isInfected(): boolean {
4949
// Check if the normalized path includes '_actions'
50+
console.log(__dirname);
5051
return __dirname.includes('_actions');
5152
}
5253

0 commit comments

Comments
 (0)