Fix logs UX
This commit is contained in:
parent
64274f4de5
commit
d069939c6b
3 changed files with 43 additions and 29 deletions
|
|
@ -88,7 +88,7 @@ export class Database {
|
|||
key: T,
|
||||
value: SyncSettings[T]
|
||||
): Promise<void> {
|
||||
let newSettings = { ...this._settings, [key]: value };
|
||||
const newSettings = { ...this._settings, [key]: value };
|
||||
Logger.getInstance().debug(
|
||||
`Setting ${key} to ${value}, new settings: ${JSON.stringify(
|
||||
newSettings,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue