mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-12-14 10:15:12 +02:00
@@ -162,6 +162,7 @@ _autoenv_stack_entered_contains() {
|
|||||||
# Internal function for debug output. {{{
|
# Internal function for debug output. {{{
|
||||||
_autoenv_debug() {
|
_autoenv_debug() {
|
||||||
local level=${2:-1}
|
local level=${2:-1}
|
||||||
|
local line
|
||||||
if (( AUTOENV_DEBUG < level )); then
|
if (( AUTOENV_DEBUG < level )); then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user