blob: 47b4264fbd3921763ba70f9efe8ddee3ab518cee (
plain)
1
2
3
4
5
6
7
|
error: Uncaught (in promise) ReferenceError: __filename is not defined
__filename;
^
at [WILDCARD]filename.js:1:1
info: __filename global is not available in ES modules.
hint: Use import.meta.filename instead.
|