diff --git a/webroot/js/main.js b/webroot/js/main.js index c30704f..da52ee1 100644 --- a/webroot/js/main.js +++ b/webroot/js/main.js @@ -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)