[Updater > Module] Fix using old event name not starting with no updates
This commit is contained in:
parent
e4990cd3ad
commit
e9a794565a
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ const checkModules = async () => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
events.emit('update-check-finished', {
|
events.emit('checked', {
|
||||||
count: doing
|
count: doing
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue