feat: Add in more options in the adding of a daemon

This commit is contained in:
BluJ
2023-04-27 11:56:39 -06:00
parent c1226cf2b4
commit 07ecc59611
3 changed files with 37 additions and 21 deletions

View File

@@ -73,9 +73,11 @@ export type Utils<WD> = {
) => Promise<void>
checkPortListening(
port: number,
options?: {
error?: string
message?: string
options: {
errorMessage: string
successMessage: string
timeoutMessage?: string
timeout?: number
},
): Promise<CheckResult>
checkWebUrl(