mirror of
https://github.com/Eugeny/tabby
synced 2025-03-02 14:17:19 +00:00
fixed linting error and removed value from .env file
This commit is contained in:
parent
d70be3abf9
commit
d1a837b11d
2 changed files with 2 additions and 2 deletions
2
.env
2
.env
|
@ -1 +1 @@
|
|||
CONFIG_DIRECTORY="C:\Users\Nathaniel Walser\Desktop\tabby"
|
||||
# CONFIG_DIRECTORY="CONFIG_FILE_PATH"
|
|
@ -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' })
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue