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 8451d59 commit 28838edCopy full SHA for 28838ed
1 file changed
src/ui/App.tsx
@@ -114,7 +114,6 @@ export function App({ projectRoot, version = "", onRestart }: AppProps): React.R
114
const available = MAX_STDOUT_BUFFER - current.length;
115
buf.set(pid, current + text.slice(0, available));
116
},
117
- },
118
});
119
}, [projectRoot]);
120
0 commit comments