Skip to content

Commit dc1cbdb

Browse files
authored
Ensure config can be initialized (#2429)
1 parent c62f0f0 commit dc1cbdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/module/src/config/ACConfigManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ async function processConfiguration(config?) : Promise<IConfigInternal> {
422422
} else {
423423
ACConfig = JSON.parse(JSON.stringify(ACConstants));
424424
}
425+
ACConfig = JSON.parse(JSON.stringify(ACConfig));
425426

426427
// In the case the ACConfig object is not defined, then define it with default config options so
427428
// it can be set in window.__karma__.config.ACConfig, so that we know even in the testcases, other

0 commit comments

Comments
 (0)