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