mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-20 23:28:55 +00:00
fix: update instance launch failure error msg
This commit is contained in:
@@ -257,10 +257,10 @@ export const instanceService = mkSingleton(
|
||||
} catch (e) {
|
||||
warn(`Error spawning: ${e}`)
|
||||
userInstanceLogger.error(
|
||||
`Could not launch PocketBase ${instance.version}. It may be time to upgrade.`,
|
||||
`Could not launch PocketBase ${instance.version}. Please review your instnace logs at https://app.pockethost.io/app/instances/${instance.id} and join us in the Discord support channel https://discord.gg/nVTxCMEcGT.`,
|
||||
)
|
||||
throw new Error(
|
||||
`Could not launch PocketBase ${instance.version}. It may be time to upgrade.`,
|
||||
`Could not launch PocketBase ${instance.version}. Please review your instnace logs at https://app.pockethost.io/app/instances/${instance.id} and join us in the Discord support channel https://discord.gg/nVTxCMEcGT.`,
|
||||
)
|
||||
}
|
||||
})()
|
||||
|
||||
Reference in New Issue
Block a user