refactor: workbench store and move logic into action runner (#4)
This commit is contained in:
@@ -24,6 +24,8 @@ export default class SwitchableStream extends TransformStream {
|
||||
await this._currentReader.cancel();
|
||||
}
|
||||
|
||||
console.log('Switching stream');
|
||||
|
||||
this._currentReader = newStream.getReader();
|
||||
|
||||
this._pumpStream();
|
||||
|
||||
Reference in New Issue
Block a user