summaryrefslogtreecommitdiff
path: root/cli/tests/no_mem_cache.js
AgeCommit message (Collapse)Author
2020-11-27fix: panic in worker when closing at top level (#8510)Bartek IwaƄczuk
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.