mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
feat: Add in more options in the adding of a daemon
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user