clientManager: Expose user config

This commit is contained in:
Reto Brunner 2022-12-31 13:24:18 +01:00
parent 95aaba43fa
commit d67277d996

View file

@ -273,7 +273,7 @@ class ClientManager {
return true;
}
private readUserConfig(name: string) {
readUserConfig(name: string) {
const userPath = Config.getUserConfigPath(name);
if (!fs.existsSync(userPath)) {