[Updater > Module] Fix using old event name not starting with no updates

This commit is contained in:
Ducko 2022-04-23 11:02:30 +01:00
parent e4990cd3ad
commit e9a794565a

View file

@ -152,7 +152,7 @@ const checkModules = async () => {
}
}
events.emit('update-check-finished', {
events.emit('checked', {
count: doing
});
};