From ec0596d5589fce9b8a7e914ad7124663b217f8ab Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 14 Aug 2024 14:02:06 +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 45794a8..d7f614c 100644 --- a/Functions.md +++ b/Functions.md @@ -55,7 +55,7 @@ exports.onShoutcut = onShoutcut; exports.sub_01 = sub_01; // You must explicitly specify where to find the function. -AsyncFunction._filename = "program.js"; +AsyncFunction.__filename__ = "program.js"; ``` ## GeneratorFunction