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 f4546a6 commit bce8beeCopy full SHA for bce8bee
src/compiler/scala/tools/nsc/GenericRunnerSettings.scala
@@ -19,7 +19,7 @@ class GenericRunnerSettings(error: String => Unit) extends Settings(error) {
19
lazy val classpathURLs: Seq[URL] = {
20
val registry = new CloseableRegistry
21
try {
22
- new PathResolver(this, new CloseableRegistry).resultAsURLs
+ new PathResolver(this, registry).resultAsURLs
23
} finally {
24
registry.close()
25
}
0 commit comments