mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
Update std.js
This commit is contained in:
parent
8bcbdd5dcf
commit
d4f2b0c4c3
|
@ -80,7 +80,7 @@ global.sleep = function(ms, callback) {
|
|||
WScript.Sleep(1);
|
||||
cur = Date.now();
|
||||
}
|
||||
end = Date.now();
|
||||
end = Date.now();
|
||||
|
||||
if (typeof(callback) === "function")
|
||||
callback()
|
||||
|
|
Loading…
Reference in New Issue
Block a user