diff options
| author | Urban Müller | 2022-06-29 17:26:21 +0200 |
|---|---|---|
| committer | Urban Müller | 2022-06-29 17:28:29 +0200 |
| commit | 960842296e3cb38f00be2f83dd37aa12dd4aef4e (patch) | |
| tree | 94308b83ad15e33dda76820d278a3b097a93b32c /auto_prepend.php | |
| parent | 94f9adc2ea3f59aba79b3d2507a1961ae53ecc4a (diff) | |
| download | itools-960842296e3cb38f00be2f83dd37aa12dd4aef4e.tar.gz itools-960842296e3cb38f00be2f83dd37aa12dd4aef4e.tar.bz2 itools-960842296e3cb38f00be2f83dd37aa12dd4aef4e.zip | |
still need stackoffs=1 for use of D()
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]); } /** |