Updated AsyncFunction (markdown)

Namhyeon Go 2022-06-05 20:06:00 +09:00
parent a66272689b
commit dcbf1871c4

@ -27,7 +27,7 @@ var STD = require("lib/std");
function onShoutcut(args) { function onShoutcut(args) {
[5, 4, 3, 2, 1].forEach(function(x) { [5, 4, 3, 2, 1].forEach(function(x) {
new AsyncFunction('sub_01', 'mymodule').run(x); new AsyncFunction('sub_01', '[module name]').run(x);
}); });
} }