mirror of https://github.com/sbt/sbt.git
Enable trapExit by default.
This commit is contained in:
parent
60426facba
commit
e62b5d7dbd
|
|
@ -83,8 +83,7 @@ object Defaults extends BuildCommon
|
|||
watchingMessage := Watched.defaultWatchingMessage,
|
||||
triggeredMessage := Watched.defaultTriggeredMessage,
|
||||
definesClass :== FileValueCache(Locate.definesClass _ ).get,
|
||||
trapExit :== false,
|
||||
trapExit in run :== true,
|
||||
trapExit :== true,
|
||||
traceLevel in run :== 0,
|
||||
traceLevel in runMain :== 0,
|
||||
traceLevel in console :== Int.MaxValue,
|
||||
|
|
|
|||
Loading…
Reference in New Issue