Skip to content

Commit 7b508f8

Browse files
cleanup
1 parent cb84301 commit 7b508f8

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

app/lib/stores/startup/useContainerSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { getFileUpdateCounter } from '~/lib/stores/fileUpdateCounter';
2121
import { chatSyncState } from '~/lib/stores/startup/history';
2222
import { FILE_EVENTS_DEBOUNCE_MS } from '~/lib/stores/files';
2323

24-
const TEMPLATE_URL = '/template-snapshot-dbe070eb.bin';
24+
const TEMPLATE_URL = '/template-snapshot-c817f6b4.bin';
2525

2626
export function useNewChatContainerSetup() {
2727
const convex = useConvex();

app/utils/process.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ export async function streamOutput(process: WebContainerProcess, options?: Strea
1919
options?.onOutput?.(output);
2020
lastSaved = now;
2121
}
22-
// Maybe this is to short-circuit something?
23-
// To fail faster?
2422
if (data.startsWith('Error: ')) {
2523
resolve(-1);
2624
return;
233 KB
Binary file not shown.

0 commit comments

Comments
 (0)