You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix: error upon opening web UI without any zygisk modules
This commit fixes the toast error that appears when opening ReZygisk's web UI.
This commit is contained in:
@@ -129,6 +129,7 @@ export function setErrorData(errorLog) {
|
||||
|
||||
if (findModulesCmd.errno === 0) {
|
||||
const modules = findModulesCmd.stdout.split('\n')
|
||||
modules.pop()
|
||||
|
||||
if (modules.length === 0) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user