remove error message on multiple timeout message calls
This commit is contained in:
Родитель
39c060d23e
Коммит
e3812e3cbe
|
@ -105,8 +105,6 @@ export class Timeout {
|
|||
|
||||
// A timeout can be safely deleted because it is only called once.
|
||||
scheduledTimeoutFunctions.delete(timerId);
|
||||
} else {
|
||||
throw new Error("The timer is in an undefined state.");
|
||||
}
|
||||
} else if (Timeout.isClearResponse(data)) {
|
||||
const { id } = data;
|
||||
|
|
Загрузка…
Ссылка в новой задаче