mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
Fix instance launch failure message
This commit is contained in:
parent
ed6eb61378
commit
446ad519a9
@ -331,7 +331,7 @@ export const instanceService = mkSingleton(
|
||||
warn(`Error spawning: ${e}`)
|
||||
userInstanceLogger.error(`Error spawning: ${e}`)
|
||||
throw new Error(
|
||||
`Could not launch container. Instance has been placed in maintenance mode. Please review your instance logs at https://app.pockethost.io/app/instances/${instance.id} or contact support at https://pockethost.io/support`,
|
||||
`Could not launch container. Please review your instance logs at https://app.pockethost.io/app/instances/${instance.id} or contact support at https://pockethost.io/support`,
|
||||
)
|
||||
}
|
||||
})()
|
||||
|
Loading…
x
Reference in New Issue
Block a user