summaryrefslogtreecommitdiff
path: root/sources/bin/.scala_wrapper.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'sources/bin/.scala_wrapper.tmpl')
-rw-r--r--sources/bin/.scala_wrapper.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl
index 65ecada667..0769dda3a9 100644
--- a/sources/bin/.scala_wrapper.tmpl
+++ b/sources/bin/.scala_wrapper.tmpl
@@ -259,7 +259,7 @@ exec_java() {
# append script-suffix-specific arguments
case "$SCRIPT" in
- *-debug* ) JAVA_ARGS="$JAVA_ARGS -Djava.compiler=NONE";;
+ *-debug* ) JAVA_ARGS="$JAVA_ARGS -Djava.compiler=NONE -ea";;
esac;
# invoke Java