mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-05-02 23:54:32 +02:00
feat: use simpler log
This commit is contained in:
parent
a9c2a5f096
commit
ba758f00f4
@ -345,7 +345,7 @@ internal object PatchCommand: Runnable {
|
|||||||
result: PatcherResult,
|
result: PatcherResult,
|
||||||
outputFile: File
|
outputFile: File
|
||||||
): File {
|
): File {
|
||||||
logger.info("Aligning $name to ${outputFile.name}")
|
logger.info("Aligning $name")
|
||||||
|
|
||||||
if (outputFile.exists()) outputFile.delete()
|
if (outputFile.exists()) outputFile.delete()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user