ArchUpdate: last console.log

This commit is contained in:
LemmyCook 2025-08-31 08:48:07 -04:00
parent 21876857fc
commit d912c2a090

View file

@ -141,7 +141,7 @@ Singleton {
onExited: function (exitCode) {
if (exitCode === 0 && updateInProgress) {
// Success indicators found
console.log("ArchUpdater: Update completed successfully")
Logger.log("ArchUpdater", "Update completed successfully")
updateInProgress = false
updateFailed = false
updateCompleteTimer.stop()