mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-11 16:35:13 +00:00
Update std.js
This commit is contained in:
parent
d6cf95b345
commit
fe31aa36bd
|
@ -461,6 +461,7 @@ AsyncFunction.Resolve = function(exports, args) {
|
|||
|
||||
throw new AsyncFunction.Resolved("Resolved");
|
||||
};
|
||||
AsyncFunction.bind = AsyncFunction.Resolve; // compatible under 0.2.7.31
|
||||
AsyncFunction.Resolved = function(message) {
|
||||
this.name = "AsyncFunction.Resolved";
|
||||
this.message = message;
|
||||
|
|
Loading…
Reference in New Issue
Block a user