We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9aa42 commit 37000c1Copy full SHA for 37000c1
compiler/test/dotty/tools/vulpix/RunnerOrchestration.scala
@@ -49,7 +49,7 @@ trait RunnerOrchestration {
49
def runMain(classPath: String)(implicit summaryReport: SummaryReporting): Status =
50
monitor.runMain(classPath)
51
52
- private val monitor = new RunnerMonitor
+ lazy private val monitor = new RunnerMonitor
53
54
/** The runner monitor object keeps track of child JVM processes by keeping
55
* them in two structures - one for free, and one for busy children.
0 commit comments