fix: exiting

This commit is contained in:
Nuno Maduro
2024-01-26 00:12:36 +00:00
parent edaa045283
commit a53a9d03cf

View File

@ -160,8 +160,8 @@ final class Kernel
'content' => sprintf('%s in %s:%d', $message, $file, $line), 'content' => sprintf('%s in %s:%d', $message, $file, $line),
]); ]);
} }
}
exit(1); exit(1);
}
} }
} }