Skip to content

Commit 19ef3bb

Browse files
committed
Update stream.ts
1 parent 2f6ce1f commit 19ef3bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/stream.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export function reducer(state: BrowserState, action: BrowserAction): [BrowserSta
6969
...action.status,
7070
steps: steps,
7171
sessionLiveUrl: liveUrl,
72+
doneOutput: doneOutput,
7273
};
7374

7475
return [newState, update];

0 commit comments

Comments
 (0)