* Get the path to the server lockfile (for displaying to users). * Returns null if no server lockfile has been acquired yet.
()
| 508 | * Returns null if no server lockfile has been acquired yet. |
| 509 | */ |
| 510 | getLockfilePath(): string | null { |
| 511 | return this.lockfile?.getLockPath() ?? null; |
| 512 | } |
| 513 | } |