Err at submit while printing Hello World; JavaScript Playground #1

Closed
opened 2026-04-26 14:01:57 +00:00 by enjin2310 · 1 comment

JavaScript Playground, Lesson 100, failed to submit answer

JavaScript Playground, Lesson 100, failed to submit answer
Owner

Resolved -- Root cause: canRun computed signal in language-runner.ts required a SignalR connection even for local WASM/QuickJS execution. Modified canRun to allow execution when activePath === "local" and runtimeStatus === "ready", bypassing the SignalR requirement. This fix also addresses #12 and #13.

**Resolved** -- Root cause: `canRun` computed signal in `language-runner.ts` required a SignalR connection even for local WASM/QuickJS execution. Modified `canRun` to allow execution when `activePath === "local"` and `runtimeStatus === "ready"`, bypassing the SignalR requirement. This fix also addresses #12 and #13.
Sign in to join this conversation.