()
| 775 | } |
| 776 | }, |
| 777 | async close() { |
| 778 | if (!closeServerPromise) { |
| 779 | closeServerPromise = closeServer() |
| 780 | } |
| 781 | return closeServerPromise |
| 782 | }, |
| 783 | printUrls() { |
| 784 | if (server.resolvedUrls) { |
| 785 | printServerUrls( |
nothing calls this directly
no test coverage detected