mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-22 03:26:09 +03:00
fixed linting error and removed value from .env file
This commit is contained in:
parent
d70be3abf9
commit
d1a837b11d
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…
Reference in New Issue
Block a user