ArchUpdate: last console.log
This commit is contained in:
parent
21876857fc
commit
d912c2a090
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ Singleton {
|
||||||
onExited: function (exitCode) {
|
onExited: function (exitCode) {
|
||||||
if (exitCode === 0 && updateInProgress) {
|
if (exitCode === 0 && updateInProgress) {
|
||||||
// Success indicators found
|
// Success indicators found
|
||||||
console.log("ArchUpdater: Update completed successfully")
|
Logger.log("ArchUpdater", "Update completed successfully")
|
||||||
updateInProgress = false
|
updateInProgress = false
|
||||||
updateFailed = false
|
updateFailed = false
|
||||||
updateCompleteTimer.stop()
|
updateCompleteTimer.stop()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue