diff --git a/scripts/reloader.bash b/scripts/reloader.bash index 28ef8543..87f9ef0c 100644 --- a/scripts/reloader.bash +++ b/scripts/reloader.bash @@ -23,8 +23,10 @@ _bash-it-load-sources() { _log_debug "Loading component..." output=$( set -e + BASH_IT_LOG_PREFIX="" # shellcheck disable=SC1090 (source "$current") 2>&1 + BASH_IT_LOG_PREFIX="$extension: $filename: " ) retval=$? set +e