Skip to content

Commit

Permalink
Show whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Aug 11, 2024
1 parent c2efe41 commit 6cbf634
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,11 @@ bin_jest="$(cd "${COREPACK_ROOT_DIR}" && corepack pnpm bin)/jest"
if [[ -f "${bin_jest}" && -x $(realpath "${bin_jest}") ]]; then
echo "✔️ jest executable found using ${bin_jest}"
else
echo "💥 jest executable missing at ${bin_jest} or not executable"
echo "💥 jest executable missing at ${bin_jest} or not executable for ${whoami}"
echo "👁️ ${bin_jest} -> $(realpath "${bin_jest}")"
echo " ${COREPACK_ROOT_DIR} as corepack root"

if test -f "${bin_jest}"; then
echo "It does exist"
ls -l "${bin_jest}"
fi

Expand Down

0 comments on commit 6cbf634

Please sign in to comment.