mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
fixed linting error and removed value from .env file
This commit is contained in:
@@ -30,4 +30,4 @@ export function loadConfig (): any {
|
||||
export async function saveConfig (content: string): Promise<void> {
|
||||
await writeFile(configPath, content, { encoding: 'utf8' })
|
||||
await writeFile(configPath + '.backup', content, { encoding: 'utf8' })
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user