You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix: improper handling of unknown/exited zygote status in WebUI
This commit fixes the issue where the daemon info would not be found, causing a crash in WebUI due to accessing properties of "undefined" object.
This commit is contained in:
@@ -122,6 +122,7 @@ async function getModuleNames(modules) {
|
||||
moduleInfo = moduleInfo.replace(area, ',')
|
||||
|
||||
const info = area.substring(1, area.length - 1).split(', ')
|
||||
if (info.length === 1) return; /* INFO: undefined as object */
|
||||
|
||||
const rootImpl = info[0].substring('Root: '.length)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user