mirror of
https://github.com/null2264/yokai.git
synced 2025-07-17 22:36:55 +00:00
fix: Solve some errors
This commit is contained in:
parent
6d531fbb5c
commit
c043d845ad
3 changed files with 1 additions and 5 deletions
|
@ -1,6 +0,0 @@
|
|||
package eu.kanade.tachiyomi.util.system
|
||||
|
||||
import co.touchlab.kermit.Logger
|
||||
|
||||
fun Logger.w(e: Throwable) = w(e) { "Something is not right..." }
|
||||
fun Logger.e(e: Throwable) = e(e) { "Something went wrong!" }
|
Loading…
Add table
Add a link
Reference in a new issue