mirror of https://github.com/sbt/sbt.git
missing import
This commit is contained in:
parent
30bdcf68d4
commit
1578dcc46f
|
|
@ -3,6 +3,8 @@
|
|||
*/
|
||||
package sbt
|
||||
|
||||
import java.io.IOException
|
||||
|
||||
object ErrorHandling
|
||||
{
|
||||
def translate[T](msg: => String)(f: => T) =
|
||||
|
|
|
|||
Loading…
Reference in New Issue