fix: update dependencies to fix type validation error (#33)
This commit is contained in:
@@ -49,6 +49,7 @@ export default class SwitchableStream extends TransformStream {
|
||||
this._controller.enqueue(value);
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
this._controller.error(error);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user