Unverified Commit 07f82578 authored by 彭勇升 Buddha's avatar 彭勇升 Buddha Committed by GitHub
Browse files

Merge pull request #633 from OpenSkywalking/fix/potential-unable-startup

Make sure don't miss the provider(module)
parents 80aed97f 0bde5ed1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -103,10 +103,12 @@ public class BootstrapFlow {
                    if (isAllRequiredModuleStarted) {
                        startupSequence.add(provider);
                        allProviders.remove(i);
                        i--;
                    }
                } else {
                    startupSequence.add(provider);
                    allProviders.remove(i);
                    i--;
                }
            }