fix: Solve some errors

This commit is contained in:
Ahmad Ansori Palembani 2024-06-16 07:25:56 +07:00
parent 6d531fbb5c
commit c043d845ad
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 1 additions and 5 deletions

View file

@ -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!" }