chore: remove os.kill.signal

This commit is contained in:
Jonas Kaninda
2024-10-05 10:42:05 +02:00
parent 85c82b384f
commit 815aae28f8

View File

@@ -68,5 +68,4 @@ func Fatal(msg string, args ...any) {
}
os.Exit(1)
os.Kill.Signal()
}