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:
parent
6ac1260e8b
commit
f6cef6ba5f
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ class GetDependencyGraphHandler : WebSocketListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onWebSocketError(cause: Throwable?) {
|
override fun onWebSocketError(cause: Throwable?) {
|
||||||
Exceptions.printStackTrace(cause)
|
Exceptions.printStackTrace(cause!!)
|
||||||
throw UnsupportedOperationException()
|
throw UnsupportedOperationException()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -111,7 +111,7 @@ class GetDependenciesHandler : WebSocketListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onWebSocketError(cause: Throwable?) {
|
override fun onWebSocketError(cause: Throwable?) {
|
||||||
Exceptions.printStackTrace(cause)
|
Exceptions.printStackTrace(cause!!)
|
||||||
throw UnsupportedOperationException()
|
throw UnsupportedOperationException()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue