(options)
| 796 | } |
| 797 | }, |
| 798 | bindCLIShortcuts(options) { |
| 799 | bindCLIShortcuts(server, options) |
| 800 | }, |
| 801 | async restart(forceOptimize?: boolean) { |
| 802 | if (!server._restartPromise) { |
| 803 | server._forceOptimizeOnRestart = !!forceOptimize |
nothing calls this directly
no test coverage detected