You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run the example program in this repo with cargo run some-file-with-errors.gjs, you get nice terminal output explaining any syntax errors. But when you do the same thing through the WASM library bindings, we still provide a placeholder error that says "something went wrong".
The text was updated successfully, but these errors were encountered:
From our remaining TODOs:
When you run the example program in this repo with
cargo run some-file-with-errors.gjs
, you get nice terminal output explaining any syntax errors. But when you do the same thing through the WASM library bindings, we still provide a placeholder error that says "something went wrong".The text was updated successfully, but these errors were encountered: