Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulCatalinas committed Dec 5, 2024
2 parents f5427a8 + 319d199 commit e26665a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion internal/enums/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const (
JsonMarshalError ProcessError = "JsonMarshal"
GetWorkingDirectoryError ProcessError = "GetWorkingDirectory"
InvalidTypeForFilesToAddError ProcessError = "InvalidTypeForFilesToAdd"
CheckingFolderOrFileError ProcessError = "CheckingFolderOrFile"
DependenciesError ProcessError = "Dependencies"
GitHubRepoOpenError ProcessError = "GitHubRepoOpen"
)
Expand Down
2 changes: 0 additions & 2 deletions internal/error_messages/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ var PROCESS_ERROR_MESSAGES = map[enums.ProcessError]string{

enums.InvalidTypeForFilesToAddError: "Replace this with an error message that's descriptive and easily understandable by any developer.",

enums.CheckingFolderOrFileError: "Replace this with an error message that's descriptive and easily understandable by any developer.",

enums.DependenciesError: generateErrorMessage("installing dependencies"),

enums.GitHubRepoOpenError: generateErrorMessage("opening the GitHub repository in a new browser tab"),
Expand Down

0 comments on commit e26665a

Please sign in to comment.