Skip to content

Commit

Permalink
chromium edits
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 26, 2023
1 parent c402010 commit 60b3fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fish/chromium.fish
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function dtcr --description "run chrome with dev devtools"
set -l cdup (git rev-parse --show-cdup)
# node ./$cdup/scripts/component_server/server.js --traces & # start in background. trap will kill on exit.

set -l crpath "./$cdup/third_party/chrome/chrome-mac/Chromium.app/Contents/MacOS/Chromium"
set -l crpath "./$cdup/third_party/chrome/chrome*/Google\ Chrome\ for\ Testing.app/Contents/MacOS/Google\ Chrome\ for\ Testing"
set -l dtpath (realpath out/Default/gen/front_end)
if test ! -e "$dtpath/devtools_app.html"
echo "Not found at: $dtpath/devtools_app.html"
Expand Down
2 changes: 1 addition & 1 deletion fish/functions/pure
Submodule pure updated from 565d85 to aa9f80

0 comments on commit 60b3fcc

Please sign in to comment.