AndreVanDelft / scala

The SubScript extension to the Scala programming language
http://www.subscript-lang.org/
12 stars 1 forks source link

Thread interruption exceptions are caught now and don't go to the console #30

Closed anatoliykmetyuk closed 10 years ago

anatoliykmetyuk commented 10 years ago

These exceptions are expected and not dangerous. With them logged, system spends additional resources for console I/O and pollutes the console. So now the thread interruption exceptions are caught in appropriate places.