diff --git a/bin/miaou-bash b/bin/miaou-bash
index 25ae812..4ccaf5a 100755
--- a/bin/miaou-bash
+++ b/bin/miaou-bash
@@ -693,9 +693,11 @@ else
fi
if [[ "$HEREDOC" == true ]]; then
+ miaou_debug ''
# shellcheck source=/dev/stdin
source /dev/stdin
else
+ miaou_debug ""
# shellcheck source=/dev/null
source "$SCRIPT"
fi