fix: update dependencies to fix type validation error (#33)

This commit is contained in:
Dominic Elm
2024-08-08 17:48:36 +02:00
committed by GitHub
parent 4b59a79baa
commit 7465cab8f8
4 changed files with 74 additions and 84 deletions

View File

@@ -49,6 +49,7 @@ export default class SwitchableStream extends TransformStream {
this._controller.enqueue(value);
}
} catch (error) {
console.log(error);
this._controller.error(error);
}
}