Update std.js

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

View File

@ -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()