mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-07-11 19:23:10 +00:00
Updated AsyncFunction (markdown)
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);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user