Updated Functions (markdown)

Namhyeon Go 2024-08-14 14:01:51 +09:00
parent bfd4d4b31e
commit 1594ee9b58

@ -21,7 +21,7 @@ function main(args) {
exports.main = main;
// You must explicitly specify where to find the function.
AsyncFunction._filename = "program.js";
AsyncFunction.__filename__ = "program.js";
```
#### In the console