From 1594ee9b58b30fcfef82d231b50e6c032e4fb880 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 14 Aug 2024 14:01:51 +0900 Subject: [PATCH] Updated Functions (markdown) --- Functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Functions.md b/Functions.md index 9476782..45794a8 100644 --- a/Functions.md +++ b/Functions.md @@ -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