Scala question. I'm looking at `ForkedJava.scala` ...
# general
a
Scala question. I'm looking at
ForkedJava.scala
in sbt and it has this line:
Copy code
try {
        exitCode = Process(exe +: forkArgs, cwd) ! javacLogger
      } finally {
        javacLogger.flush(exitCode)
      }