Skip to content
Extraits de code Groupes Projets
Valider 80359825 rédigé par Kai A. Hiller's avatar Kai A. Hiller
Parcourir les fichiers

Make NotReadyError a subtype of EventNotHandledError


Signed-off-by: default avatarKai A. Hiller <V02460@gmail.com>
parent 0b42bb27
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -284,7 +284,7 @@ async function buildOwnContext( ...@@ -284,7 +284,7 @@ async function buildOwnContext(
}; };
} }
class NotReadyError extends Error { class NotReadyError extends Unstable.EventNotHandledError {
public name: string; public name: string;
constructor(...params) { constructor(...params) {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter