mirror of
https://github.com/mudler/luet.git
synced 2025-09-09 11:10:07 +00:00
🎨 Match exit status with panic
This commit is contained in:
@@ -255,7 +255,7 @@ func (l *Logger) Tracef(t string, args ...interface{}) {
|
||||
|
||||
func (l *Logger) Fatal(args ...interface{}) {
|
||||
l.send(log.LevelFatal, "", args...)
|
||||
os.Exit(1)
|
||||
os.Exit(2)
|
||||
}
|
||||
|
||||
func (l *Logger) Info(args ...interface{}) {
|
||||
|
Reference in New Issue
Block a user