mirror of
https://github.com/revanced/smali.git
synced 2025-05-29 12:20:11 +02:00
Fix missing format argument
This commit is contained in:
parent
cd1e5c5068
commit
152250d900
@ -232,7 +232,7 @@ public class ClassPathResolver {
|
||||
List<String> entryNames = container.getDexEntryNames();
|
||||
|
||||
if (entryNames.size() == 0) {
|
||||
throw new NoDexException("%s contains no dex file");
|
||||
throw new NoDexException("%s contains no dex file", entryFile);
|
||||
}
|
||||
|
||||
loadedFiles.add(entryFile);
|
||||
|
Loading…
x
Reference in New Issue
Block a user