Skip to content

Commit

Permalink
Fix hasPreparedInternalModule is always false. (apache#11535)
Browse files Browse the repository at this point in the history
  • Loading branch information
KamToHung committed Feb 12, 2023
1 parent cc32ebe commit 18d899b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ public void prepareInternalModule() {
logger.warn(CONFIG_FAILED_START_MODEL, "", "", "wait for internal module startup failed: " + e.getMessage(), e);
}
}
hasPreparedInternalModule = true;
}
}

Expand Down

0 comments on commit 18d899b

Please sign in to comment.