Start stderr BackgroundJob Thread

This commit is contained in:
Archenoth
2019-12-02 02:28:30 -07:00
committed by Fredrik Fornwall
parent fd13f3f98d
commit 76df44e6bb

View File

@@ -90,7 +90,7 @@ public final class BackgroundJob {
// Ignore. // Ignore.
} }
} }
}; }.start();
} }
private static void addToEnvIfPresent(List<String> environment, String name) { private static void addToEnvIfPresent(List<String> environment, String name) {