update, text, response
This commit is contained in:
3
node_modules/timers-ext/promise_/timeout.js
generated
vendored
3
node_modules/timers-ext/promise_/timeout.js
generated
vendored
@@ -31,8 +31,7 @@ module.exports = function (/* timeout */) {
|
||||
isSettled = true;
|
||||
clearTimeout(timeoutId);
|
||||
resolve(value);
|
||||
},
|
||||
function (reason) {
|
||||
}, function (reason) {
|
||||
isSettled = true;
|
||||
clearTimeout(timeoutId);
|
||||
reject(reason);
|
||||
|
||||
Reference in New Issue
Block a user