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
jeffcharles
changed the title
Errors when processing event loop do not result in traps
Errors in async top-level functions do not result in traps
Apr 9, 2024
Operating system: MacOS 14.4.1 (Sanoma)
Processor architecture: Apple M3
Rust version: 1.77.1
Javy version: f270956
Problem
Errors in async functions do not result in error messages or traps.
Error Message and Context
Compiling and running:
should throw a syntax error and trap. Right now it exits successfully with no error messages.
This does not require the
experimental_event_loop
feature to be enabled.The text was updated successfully, but these errors were encountered: