From 8d89f81dc03af3802c25bba1918df03206ffec8f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 21 Jan 2026 16:04:50 +0100 Subject: [PATCH] #7954 @1 --- src/CommandLine.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CommandLine.php b/src/CommandLine.php index d6293d5..40121df 100644 --- a/src/CommandLine.php +++ b/src/CommandLine.php @@ -342,6 +342,7 @@ class CommandLine } catch (\Exception $e) { echo $debug; } + return $debug; } public function dd() -- 2.39.5