Skip to content

Commit 9e688a3

Browse files
committed
Fix compilation
1 parent cc009d7 commit 9e688a3

File tree

1 file changed

+1
-8
lines changed
  • modules/sbt-plugin/src/main/scala/ch/epfl/scala/debugadapter/sbtplugin/internal

1 file changed

+1
-8
lines changed

modules/sbt-plugin/src/main/scala/ch/epfl/scala/debugadapter/sbtplugin/internal/SbtDebuggee.scala

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,7 @@ private[debugadapter] final class TestSuitesDebuggee(
153153
IO.classLocationPath[SubclassFingerscan] // sbt-plugin
154154
)
155155

156-
val process = DebuggeeProcess.start(
157-
forkOptions,
158-
fullClasspath,
159-
mainClass,
160-
args,
161-
listener,
162-
logger.underlying
163-
)
156+
val process = DebuggeeProcess.start(forkOptions, fullClasspath, mainClass, args, listener, logger)
164157
process.future.onComplete { _ =>
165158
Acceptor.close()
166159
try {

0 commit comments

Comments
 (0)