You've already forked AstralRinth
forked from didirus/AstralRinth
Fix forge 1.15.2->1.16.5, Fabric 0.16.0+, and migration issues with Forge (#2232)
* Fix Forge versions, newer fabric, migration breakage * lint * fix lint
This commit is contained in:
@@ -179,7 +179,7 @@ const startInstance = async (context) => {
|
||||
await run(route.params.id)
|
||||
playing.value = true
|
||||
} catch (err) {
|
||||
handleSevereError(err)
|
||||
handleSevereError(err, { profilePath: route.params.id })
|
||||
}
|
||||
loading.value = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user