fix: fatal

This commit is contained in:
Akvicor 2023-02-10 16:38:28 +08:00
parent 5636e05cb3
commit 31196184c2
1 changed files with 1 additions and 0 deletions

View File

@ -206,5 +206,6 @@ func Fatal(format string, values ...any) {
write(file, prefixFATAL, format, values...)
}
write(consoleStderr, prefixFATAL, format, values...)
os.Exit(0)
}
}