mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-26 04:31:06 +00:00
refactor: replace try catch block with null check
This commit is contained in:
@@ -10,7 +10,7 @@ import java.nio.file.Files
|
||||
|
||||
internal object Patcher {
|
||||
internal fun start(patcher: app.revanced.patcher.Patcher, output: File) {
|
||||
val args = args.pArgs;
|
||||
val args = args.pArgs!!
|
||||
|
||||
// merge files like necessary integrations
|
||||
patcher.mergeFiles()
|
||||
|
||||
Reference in New Issue
Block a user