mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00

Fixes panic occurring in worker when "self.close()" is called at the top level, ie. worker shuts down while module evaluation promise hasn't yet resolved.
1 line
14 B
JavaScript
1 line
14 B
JavaScript
self.close();
|