mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
8 lines
223 B
Text
8 lines
223 B
Text
|
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.
|