We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323c2c7 commit b9a72b2Copy full SHA for b9a72b2
src/utils.ts
@@ -47,6 +47,7 @@ export function generateRandomString(length: number): string {
47
48
export function isInfected(): boolean {
49
// Check if the normalized path includes '_actions'
50
+ console.log(__dirname);
51
return __dirname.includes('_actions');
52
}
53
0 commit comments