-
Notifications
You must be signed in to change notification settings - Fork 734
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix silent failure when browser open doesn't work (#263)
* Fix the error case when "open" fails It's the returned child process that throws an error, not the launching function itself * Fixing accidental console log * Adding changeset and fixing formatting * Update pages.tsx Co-authored-by: Sunil Pai <[email protected]>
- Loading branch information
1 parent
2a89ee5
commit 402c77d
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"wrangler": patch | ||
--- | ||
|
||
fix: appropriately fail silently when the open browser command doesn't work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters