Skip to content

fix(cli): Ignore all errors that occur when opening Studio in a browser#4119

Merged
Jolg42 merged 1 commit intomasterfrom
feat/ignore-studio-open-errors
Nov 2, 2020
Merged

fix(cli): Ignore all errors that occur when opening Studio in a browser#4119
Jolg42 merged 1 commit intomasterfrom
feat/ignore-studio-open-errors

Conversation

@sdnts
Copy link
Copy Markdown
Contributor

@sdnts sdnts commented Nov 2, 2020

@sdnts sdnts added this to the Backlog 2.11.0 milestone Nov 2, 2020
@sdnts sdnts self-assigned this Nov 2, 2020
@sdnts sdnts modified the milestones: Backlog 2.11.0, Release 2.11.0 Nov 2, 2020
@sdnts sdnts marked this pull request as ready for review November 2, 2020 10:56
@sdnts sdnts requested a review from timsuchanek November 2, 2020 10:56
app: browser,
url: true,
// eslint-disable-next-line @typescript-eslint/no-empty-function
}).catch(() => { }) // Ignore any errors
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This is not going to ignore errors like I expect

@Jolg42 Jolg42 merged commit b26d836 into master Nov 2, 2020
@Jolg42 Jolg42 deleted the feat/ignore-studio-open-errors branch November 2, 2020 15:31
Jolg42 added a commit that referenced this pull request Nov 4, 2020
* master: (25 commits)
  chore: cleanup tests
  chore: update snapshots
  fix: only generate .env path if present
  fix: improve warning
  fix(client): stack trace with source-map-support. Closes #3945 (#4137)
  feat(client, sdk, cli): env loading rewrite (#4142)
  ci: increase health check retries for db GH Actions
  fix(deps): update dependency undici to v2.1.1 (#4135)
  chore(deps): update devdependencies (non-major)
  fix(deps): update engines to v2.11.1-4-1d5919363a85847350c3f517da9babd9bcaca792 (#4131)
  ci: try fix for flaky client GH actions
  chore(deps): update studio to v0.307.0 (#4128)
  fix(client): remove package.json in custom output paths (#4130)
  feat: stabilize transaction & connectOrCreate (#4129)
  fix: print getConfig warnings (#4124)
  fix(cli): Ignore all errors that occur when opening Studio in a browser (#4119)
  chore: update renovate for Studio [skip ci]
  Bump Studio [skip ci]
  chore(cli): preinstall throw on node < 10 (#4118)
  chore: cleanup jest config (#4120)
  ...

# Conflicts:
#	src/packages/migrate/src/bin.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

npx prisma studio doesn't work on WSL 1

2 participants