mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-12-22 02:40:16 +02:00
parent
e9809c1bd2
commit
f5951dd0cf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user