Skip to content

Commit

Permalink
chore: add debug code to buildifier.sh (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Mar 10, 2023
1 parent 27d8b28 commit ec411c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bzlformat/tools/buildifier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ source "${RUNFILES_DIR:-/dev/null}/$f" 2>/dev/null || \
{ echo>&2 "ERROR: cannot find $f"; exit 1; }; f=; set -e
# --- end runfiles.bash initialization v2 ---

# DEBUG BEGIN
echo >&2 "CHUCK DEBUG BEGIN"
find . | sort >&2
echo >&2 "CHUCK DEBUG END"
# DEBUG END

# MARK - Locate Deps

fail_sh_location=cgrindel_bazel_starlib/shlib/lib/fail.sh
Expand Down

0 comments on commit ec411c1

Please sign in to comment.