Skip to content

Commit

Permalink
chore: Updated errors.go and settings.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulCatalinas committed Nov 28, 2024
1 parent 20ec6bd commit e31d96d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"markdownlint.config": {
"default": true,
"MD029": false
}
},
"cSpell.words": [
"Checkin",
"userinput"
]
}
2 changes: 1 addition & 1 deletion internal/constants/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var ERROR_MESSAGES = map[string]string{

"ConfigFilesCreate": "An error occurred while creating configuration files. Please try again later, if the error persists please report it on " + ISSUES + ".",

"PublishConfirmation": "An error occurred while confirming npm publication. Please try again later, if the error persists, please report it on" + ISSUES + ".",
"ShouldPublishToNpm": "An error occurred while confirming npm publication. Please try again later, if the error persists, please report it on" + ISSUES + ".",

"NpmIgnoreWrite": "An error occurred while writing to the '.npmignore' file. Please try again later, if the error persists please report it on " + ISSUES + ".",

Expand Down

0 comments on commit e31d96d

Please sign in to comment.