-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove extra logging on error (#145)
* fix: Remove extra logging on error The log.Fatal() can be removed because for .Execute() to reuturn an error means that that error is recoverable and the default CLI error msg has been thrown, so this fatal log is redundant. Signed-off-by: AlexNg <contact@ngjx.org> * chore: bump 0.3.2 -> 0.3.3 Signed-off-by: AlexNg <contact@ngjx.org> --------- Signed-off-by: AlexNg <contact@ngjx.org>
- Loading branch information
1 parent
8a2929d
commit b330616
Showing
4 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package global | ||
|
||
// The current app version | ||
const Version = "0.3.2" | ||
const Version = "0.3.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters