mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04: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();
|