From db1167432631c348125ec45b3bc6d5fb1f0dc54a Mon Sep 17 00:00:00 2001 From: Nathan Gass Date: Thu, 22 Sep 2022 15:33:54 +0200 Subject: Revert "still need stackoffs=1 for use of D()" This reverts commit 960842296e3cb38f00be2f83dd37aa12dd4aef4e. --- auto_prepend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_prepend.php') diff --git a/auto_prepend.php b/auto_prepend.php index 971e977..19108fb 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -7,7 +7,7 @@ */ function D(...$args) { - return it_debug::dump($args, ['stackoffs' => 1]); + return it_debug::dump($args); } /** -- cgit v1.2.3