Skip to content

Commit

Permalink
fix: correct case problem of openChrome on Mac (#1393)
Browse files Browse the repository at this point in the history
Co-authored-by: 凡辞 <qingdian.bqd@alibaba-inc.com>
  • Loading branch information
LucasIcarus and 凡辞 committed Oct 27, 2020
1 parent 29e46f8 commit 805c492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowpack/src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export async function openInBrowser(
});
// use open Chrome tab if exists; create new Chrome tab if not
const openChrome = execa(
'osascript ../assets/openChrome.applescript "' + encodeURI(url) + '"',
'osascript ../assets/openChrome.appleScript "' + encodeURI(url) + '"',
{
cwd: __dirname,
stdio: 'ignore',
Expand Down

1 comment on commit 805c492

@vercel
Copy link

@vercel vercel bot commented on 805c492 Oct 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.