mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
Correct error message
This commit is contained in:
@@ -51,7 +51,7 @@ export async function getGameVersion() {
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
} catch (e) {
|
} 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
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user