()
| 72 | } |
| 73 | |
| 74 | async load () { |
| 75 | let err |
| 76 | try { |
| 77 | return await time.start('npm:load', () => this.#load()) |
| 78 | } catch (e) { |
| 79 | err = e |
| 80 | } |
| 81 | return this.#handleError(err) |
| 82 | } |
| 83 | |
| 84 | async #load () { |
| 85 | await time.start('npm:load:whichnode', async () => { |
no test coverage detected