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 1bd122d commit e3b953bCopy full SHA for e3b953b
packages/contracts/src/custom-network-signatures.ts
@@ -71,7 +71,7 @@ function getCurrentModulePath(): string | undefined {
71
}
72
73
74
- if (typeof __filename === 'string') {
+ if (typeof __filename !== 'undefined') {
75
return __filename;
76
77
0 commit comments