mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-11 22:06:20 +00:00
feat: use simpler log
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user