This commit is contained in:
Eugene Pankov
2022-02-10 16:31:03 +01:00
parent 46a9b655fc
commit b6a3af80fa

View File

@@ -113,7 +113,7 @@ export class SettingsTabComponent extends BaseTabComponent {
try {
yaml.load(this.configFile)
return true
} catch (_) {
} catch {
return false
}
}