Skip to content

Commit

Permalink
Transfer additionalDebugLines to core cleanly
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 28, 2022
1 parent da68bcf commit 98b6814
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -32,6 +32,8 @@ public static void init() {
}

public static String getCoreHeader() {
DebugSubmitter.debugHeaderLines.addAll(additionalDebugLines);
additionalDebugLines.clear();
try {
// Build a list of plugins
StringBuilder pluginlist = new StringBuilder();
Expand Down

0 comments on commit 98b6814

Please sign in to comment.