mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-06-18 02:59:04 +00:00
Updated AsyncFunction (markdown)
parent
15c8791d64
commit
3321c05c6b
|
@ -39,7 +39,7 @@ var sub_01 = new AsyncFunction(function(args) {
|
||||||
});
|
});
|
||||||
|
|
||||||
function main(args) {
|
function main(args) {
|
||||||
AsyncFunction.bind(exports, args); // if this is completed, stop with AsyncFunction.Resolved exception
|
AsyncFunction.Initialize(exports, args); // if this is completed, stop with `AsyncFunction.Resolved` exception
|
||||||
|
|
||||||
onShoutcut(args);
|
onShoutcut(args);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user