Skip to content

Commit

Permalink
Update ACHelper.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed Oct 20, 2023
1 parent 8acf207 commit 72f56c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accessibility-checker/src-ts/lib/ACHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class MyFS implements IAbstractAPI {

async function initialize() {
if (Config) return;
Config = await ACConfigManager.getConfigUnsupported();
Config = await ACConfigManager.getConfigUnsupported(); console.log("Config=" + JSON.stringify(Config));
await ACEngineManager.loadEngineLocal();
let absAPI = new MyFS();
let refactorMap : RefactorMap = {}
Expand Down

0 comments on commit 72f56c3

Please sign in to comment.