We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6ce1f commit 19ef3bbCopy full SHA for 19ef3bb
src/lib/stream.ts
@@ -69,6 +69,7 @@ export function reducer(state: BrowserState, action: BrowserAction): [BrowserSta
69
...action.status,
70
steps: steps,
71
sessionLiveUrl: liveUrl,
72
+ doneOutput: doneOutput,
73
};
74
75
return [newState, update];
0 commit comments