mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-24 02:55:48 +01:00
feat: better output for excluded patches (#77)
This commit is contained in:
parent
cd3ded1fbd
commit
ac7c7a9a1a
@ -28,10 +28,10 @@ fun Patcher.addPatchesFiltered(
|
||||
val args = MainCommand.args.pArgs!!
|
||||
|
||||
if (excludePatches && args.excludedPatches.contains(patchName)) {
|
||||
logger.info("$prefix: Explicitly excluded")
|
||||
logger.info("$prefix: Explicitely excluded")
|
||||
return@patch
|
||||
} else if (!patch.include && !args.includedPatches.contains(patchName)) {
|
||||
logger.info("$prefix: Explicitly excluded")
|
||||
logger.info("$prefix: Not explicitely included")
|
||||
return@patch
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user