remove error message on multiple timeout message calls

This commit is contained in:
glharper@microsoft.com 2023-07-31 09:42:07 -07:00
Родитель 39c060d23e
Коммит e3812e3cbe
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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;