mirror of https://github.com/sbt/sbt.git
Remove err.printStackTrace in MainLoop
I added this for debugging and did not mean to leave it in. It causes massive walls of text to be printed sometimes when compilation fails.
This commit is contained in:
parent
d05e7e0613
commit
54d79e664d
|
|
@ -223,7 +223,6 @@ object MainLoop {
|
|||
}
|
||||
} catch {
|
||||
case err: Throwable =>
|
||||
err.printStackTrace()
|
||||
val errorEvent = ExecStatusEvent(
|
||||
"Error",
|
||||
channelName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue