1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Forgot two files.

This commit is contained in:
Cedric Beust 2016-09-07 09:57:13 -07:00
parent 6ac1260e8b
commit f6cef6ba5f
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ class GetDependencyGraphHandler : WebSocketListener {
}
override fun onWebSocketError(cause: Throwable?) {
Exceptions.printStackTrace(cause)
Exceptions.printStackTrace(cause!!)
throw UnsupportedOperationException()
}

View file

@ -111,7 +111,7 @@ class GetDependenciesHandler : WebSocketListener {
}
override fun onWebSocketError(cause: Throwable?) {
Exceptions.printStackTrace(cause)
Exceptions.printStackTrace(cause!!)
throw UnsupportedOperationException()
}