mirror of https://github.com/sbt/sbt.git
Merge pull request #4792 from eatkins/dont-print-stacktrace
Remove err.printStackTrace in MainLoop
This commit is contained in:
commit
e67d86f641
|
|
@ -223,7 +223,6 @@ object MainLoop {
|
|||
}
|
||||
} catch {
|
||||
case err: Throwable =>
|
||||
err.printStackTrace()
|
||||
val errorEvent = ExecStatusEvent(
|
||||
"Error",
|
||||
channelName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue