Skip to content

Commit

Permalink
Make sure don't miss the provider(module)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Nov 30, 2017
1 parent e6bb08e commit 1f4e871
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -103,10 +103,12 @@ private void makeSequence() throws CycleDependencyException {
if (isAllRequiredModuleStarted) {
startupSequence.add(provider);
allProviders.remove(i);
i--;
}
} else {
startupSequence.add(provider);
allProviders.remove(i);
i--;
}
}

Expand Down

0 comments on commit 1f4e871

Please sign in to comment.