Merge branch 'master' into dev

This commit is contained in:
Nick O'Leary 2020-06-01 09:38:39 +01:00
commit bae52613ab
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ var persistentSettings = {
throw new Error(log._("settings.not-available"));
}
var current = globalSettings[prop];
globalSettings[prop] = value;
globalSettings[prop] = clone(value);
try {
assert.deepEqual(current,value);
return when.resolve();