Skip to content

Commit

Permalink
dummy change to run unit tests on pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
koala7659 committed May 8, 2024
1 parent a7648f9 commit 1667697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func main() {
}
log, err := logger.New(format, level)
if err != nil {
if logErr := logger.LogFatalError("Failed to initialize logger: %s", err.Error()); logErr != nil {
if logErr := logger.LogFatalError("Failed to initialize loggger: %s", err.Error()); logErr != nil {
fmt.Printf("Failed to initializie default fatal error logger: %s, Failed to initialize logger: %s", logErr, err)
}
os.Exit(4)
Expand Down

0 comments on commit 1667697

Please sign in to comment.