mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 02:01:47 +03:00
Always runEngineDistrubtion with -ea (#8915)
This commit is contained in:
parent
eeaddbc434
commit
3b40158efc
@ -278,7 +278,9 @@ object DistributionPackage {
|
||||
pb.command(all)
|
||||
if (args.contains("--debug")) {
|
||||
all.remove("--debug")
|
||||
pb.environment().put("JAVA_OPTS", WithDebugCommand.DEBUG_OPTION)
|
||||
pb.environment().put("JAVA_OPTS", "-ea " + WithDebugCommand.DEBUG_OPTION)
|
||||
} else {
|
||||
pb.environment().put("JAVA_OPTS", "-ea")
|
||||
}
|
||||
pb.inheritIO()
|
||||
val p = pb.start()
|
||||
|
Loading…
Reference in New Issue
Block a user