mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
fix: typo
This commit is contained in:
parent
2d4f06b72c
commit
f9c7dbf9dd
@ -108,7 +108,7 @@ export class SettingsStatic {
|
||||
public static saveSettings(path: string, settings: ISettings) {
|
||||
debug('saving settings to %s: %o', path, settings)
|
||||
return fs.writeFileSync(
|
||||
`join(path, 'settings.yaml'),
|
||||
join(path, 'settings.yaml'),
|
||||
yaml.dump(settings),
|
||||
{ encoding: 'utf-8' },
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user