mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
language select
This commit is contained in:
@@ -92,7 +92,7 @@ async function readConfigFile() {
|
||||
// Create config file
|
||||
const file: fs.FsTextFileOption = {
|
||||
path: configFilePath,
|
||||
contents: '{}'
|
||||
contents: JSON.stringify(defaultConfig)
|
||||
}
|
||||
|
||||
await fs.writeFile(file)
|
||||
|
||||
Reference in New Issue
Block a user