[Updater > Module] Fix undefined error from last commit
This commit is contained in:
parent
b9ae3495fb
commit
281432d6f7
1 changed files with 0 additions and 2 deletions
|
@ -168,8 +168,6 @@ const checkModules = async () => {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
remote = JSON.parse(body);
|
|
||||||
|
|
||||||
let doing = 0;
|
let doing = 0;
|
||||||
for (const name in installed) {
|
for (const name in installed) {
|
||||||
const inst = installed[name].installedVersion;
|
const inst = installed[name].installedVersion;
|
||||||
|
|
Loading…
Reference in a new issue