Skip to content

Commit c3948c2

Browse files
committed
feat(web-host): add log REPL host ready
1 parent e70b8f7 commit c3948c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/web-host/src/hooks/wasm.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ export function WasmProvider({ children }: { children: React.ReactNode }) {
5252
error: null,
5353
engine,
5454
});
55+
addReplHistoryEntry({
56+
stdin: "[Host] REPL host ready",
57+
});
5558
})
5659
.catch((error) => {
5760
console.log("useEffect prepareEngine error", error);

0 commit comments

Comments
 (0)