mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
Correct error message
This commit is contained in:
@@ -51,7 +51,7 @@ export async function getGameVersion() {
|
||||
})
|
||||
)
|
||||
} catch (e) {
|
||||
console.log(`Game config at ${path} not found or invalid. Missing game files?`)
|
||||
console.log(`Game config not found or invalid. Missing game files?`)
|
||||
return null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user