We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b5388 commit 8e221e8Copy full SHA for 8e221e8
src/script/webConfig.ts
@@ -144,7 +144,7 @@ export default class WebConfig extends Config {
144
keys = stringArray(keys);
145
146
// No keys provided, load everything
147
- if (keys.length === 0) keys = this._persistableKeys;
+ if (keys.length === 0) keys = keys.concat(this._persistableKeys);
148
149
return keys;
150
}
@@ -153,7 +153,7 @@ export default class WebConfig extends Config {
153
154
155
156
157
158
159
0 commit comments