build fixes

This commit is contained in:
Eugene Pankov
2020-12-24 16:04:15 +01:00
parent 0ca971a289
commit 6d765bb1b8
6 changed files with 5 additions and 1416 deletions

View File

@@ -159,7 +159,7 @@ export class ConfigService {
this._store = JSON.parse(JSON.stringify(this._store))
fs.writeFileSync(this.path, yaml.safeDump(this._store), 'utf8')
this.emitChange()
this.hostApp.broadcastConfigChange(this.store)
this.hostApp.broadcastConfigChange(JSON.parse(JSON.stringify(this.store)))
}
/**