Updates
This commit is contained in:
Vendored
+1
-1
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.default = delay;
|
||||
function delay() {
|
||||
return __awaiter(this, arguments, void 0, function* (time = 500) {
|
||||
return __awaiter(this, arguments, void 0, function* (time = 200) {
|
||||
return new Promise((resolve) => {
|
||||
setTimeout(() => {
|
||||
resolve(true);
|
||||
|
||||
Reference in New Issue
Block a user