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