Update std.js

This commit is contained in:
Namhyeon Go 2022-02-08 17:53:28 +09:00 committed by GitHub
parent d4f2b0c4c3
commit a2678b1ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ global.sleep = function(ms, callback) {
if (typeof(WScript) !== "undefined") {
while (cur < end) {
WScript.Sleep(1);
//WScript.Sleep(1);
cur = Date.now();
}
end = Date.now();