Skip to content

Commit

Permalink
Project: bump version to 1.1.0, Repair: update repair message
Browse files Browse the repository at this point in the history
  • Loading branch information
themitosan committed Nov 29, 2024
1 parent dc71356 commit 95a553e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grpp",
"bin": "grpp.js",
"version": "1.0.0",
"version": "1.1.0",
"main": "App/grpp.js",
"author": "TheMitoSan",
"license": "GPL-2.0-only",
Expand Down
2 changes: 1 addition & 1 deletion src/repair.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export async function grpp_startRepairDatabase(){
}

// Log process complete and log display error details if had any
createLogEntry(`\nINFO - Repair process imported ${importSuccessCounter} repos, removed ${removeRepoCounter} repos, with ${errorList.length} errors.\n`);
createLogEntry(`\nINFO - Repair process imported ${importSuccessCounter} repos and removed ${removeRepoCounter} repos entries with ${errorList.length} errors.\n`);
if (errorList.length !== 0){
createLogEntry(`==> Import errors:`);
errorList.forEach(function(currentError:pushError){
Expand Down

0 comments on commit 95a553e

Please sign in to comment.