Skip to content

Commit

Permalink
chore: added debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Nov 22, 2024
1 parent d00dd94 commit 53d3edd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/base-image/install/chromedriver/chromedriver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if ! command -v google-chrome &> /dev/null; then
echo "ERROR: Chrome is not installed properly"
echo "Chrome installation path: $(find /chrome -type f -name chrome 2>/dev/null)"
echo "PATH environment: $PATH"
echo "CHROME_PATH environment: $CHROME_PATH"
exit 1
fi

Expand Down

0 comments on commit 53d3edd

Please sign in to comment.