Skip to content

Commit

Permalink
Code: misc. fix for --skipUpdateReport flag
Browse files Browse the repository at this point in the history
  • Loading branch information
themitosan committed Jan 8, 2025
1 parent a09f77a commit 865221c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Lang/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

"common": {
"confirmChar": "s",
"processComplete": "INFO - Processo comcluído!",
"errorBatchUpdateRunning": "Você não pode executar essa ação enquanto GRPP update estiver sendo executado!"
},

Expand Down
1 change: 1 addition & 0 deletions src/lang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export var langDatabase:any = {

"common": {
"confirmChar": "y",
"processComplete": "INFO - Process complete!",
"errorBatchUpdateRunning": "You can't execute this action while GRPP update is running!"
},

Expand Down
4 changes: 4 additions & 0 deletions src/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,10 @@ async function batchUpdateComplete(){

});

} else {
grpp_displayMainLogo(!0);
createLogEntry(langDatabase.common.processComplete);
process.exit();
}

}
Expand Down

0 comments on commit 865221c

Please sign in to comment.