Skip to content

Commit

Permalink
Fix compilation bis
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed May 11, 2023
1 parent 9e688a3 commit 6db4c9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private[debugadapter] final class MainClassDebuggee(
s"${getClass.getSimpleName}(${target.uri}, $mainClass)"

override def run(listener: DebuggeeListener): CancelableFuture[Unit] =
DebuggeeProcess.start(forkOptions, classPath, mainClass, args, listener, logger.underlying)
DebuggeeProcess.start(forkOptions, classPath, mainClass, args, listener, logger)
}

private[debugadapter] final class TestSuitesDebuggee(
Expand Down

0 comments on commit 6db4c9e

Please sign in to comment.