mirror of
https://github.com/denoland/deno.git
synced 2025-03-10 06:07:03 -04: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();
|