diff options
Diffstat (limited to 'auto_prepend.php')
-rw-r--r-- | auto_prepend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_prepend.php b/auto_prepend.php index 19108fb..971e977 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -7,7 +7,7 @@ */ function D(...$args) { - return it_debug::dump($args); + return it_debug::dump($args, ['stackoffs' => 1]); } /** |