[2.0.x] fix: Remove will-be-ignored warning

This commit is contained in:
Eugene Yokota 2026-05-02 21:30:28 -04:00
parent 9018c5a718
commit 9bc47864fe
1 changed files with 0 additions and 3 deletions

View File

@ -44,9 +44,6 @@ object RunUtil:
val newFo = fo.withRunJVMOptions(fo.runJVMOptions ++ jvmArgs)
(new ForkRun(newFo), newFo)
case _ =>
log.warn(
s"JVM options (${jvmArgs.mkString(" ")}) will be ignored, fork is set to false"
)
(scalaRun, fo)
private def setWindowTitle(title: String): Unit =