mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-15 06:01:04 +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);
|
WScript.Sleep(1);
|
||||||
cur = Date.now();
|
cur = Date.now();
|
||||||
}
|
}
|
||||||
end = Date.now();
|
end = Date.now();
|
||||||
|
|
||||||
if (typeof(callback) === "function")
|
if (typeof(callback) === "function")
|
||||||
callback()
|
callback()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user