()
| 721 | } |
| 722 | |
| 723 | private _cleanup() { |
| 724 | const worker = this._worker; |
| 725 | |
| 726 | if (worker && 'end' in worker) { |
| 727 | worker.end(); |
| 728 | } |
| 729 | |
| 730 | this._worker = null; |
| 731 | } |
| 732 | |
| 733 | /** |
| 734 | * 4. serialize the new `HasteMap` in a cache file. |
no test coverage detected