From 0a91f4fb55413213482862b7ebd781eeeda91584 Mon Sep 17 00:00:00 2001 From: brendt Date: Sat, 25 May 2024 12:59:12 +0200 Subject: [PATCH] Remove die --- src/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 4c0fbd8..b973355 100644 --- a/src/functions.php +++ b/src/functions.php @@ -80,6 +80,5 @@ function ld(mixed ...$input): void function ll(mixed ...$input): void { get(Debug::class)->log($input, writeToOut: false); - die(); } }