Skip to content

Commit

Permalink
update where init status gets recorded for add-ons
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew committed Sep 13, 2024
1 parent 8d47054 commit 68076e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ void initialize() {
if (mtScriptEventNameMap.containsKey(FIRST_INIT_EVENT)) {
callMTSFunction(mtScriptEventNameMap.get(FIRST_INIT_EVENT))
.join();
data.setNeedsToBeInitialized(false).join();
}
data.setNeedsToBeInitialized(false).join();
}
if (jsEventNameMap.containsKey(INIT_EVENT)) {
runJS(jsEventNameMap.get(INIT_EVENT));
Expand Down

0 comments on commit 68076e8

Please sign in to comment.