mirror of
https://github.com/denoland/deno.git
synced 2024-11-15 16:43:44 -05:00
22f951aa67
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();
|