chore: update dependencies
This commit is contained in:
@@ -59,6 +59,6 @@ jadx.afterLoad {
|
||||
Start full decompilation (optional):
|
||||
1. jadx-cli start decompilation automatically
|
||||
2. jadx-gui start decompilation only on class open or search, so you might need to force it
|
||||
*/
|
||||
*/
|
||||
// jadx.decompile.all()
|
||||
}
|
||||
|
||||
+1
-1
@@ -72,7 +72,7 @@ class ScriptEval {
|
||||
Severity.FATAL, Severity.ERROR -> log.error(r.exception) { "Script execution error: $msg" }
|
||||
Severity.WARNING -> log.warn { "Script execution issue: $msg" }
|
||||
Severity.INFO -> log.info { "Script report: $msg" }
|
||||
Severity.DEBUG -> {} /* ignore, too verbose */
|
||||
Severity.DEBUG -> {} // ignore, too verbose
|
||||
}
|
||||
}
|
||||
when (res) {
|
||||
|
||||
Reference in New Issue
Block a user