Skip to content

Commit

Permalink
Don’t fail the recording on recording warnings
Browse files Browse the repository at this point in the history
Fixes #1064
  • Loading branch information
sindresorhus committed Feb 23, 2022
1 parent 4dd726c commit 002ad5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@sentry/electron": "^2.4.0",
"@sindresorhus/to-milliseconds": "^1.2.0",
"ajv": "^6.12.2",
"aperture": "^6.1.1",
"aperture": "^6.1.2",
"base64-img": "^1.0.4",
"classnames": "^2.2.6",
"clean-stack": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1205,10 +1205,10 @@ anymatch@~3.1.1, anymatch@~3.1.2:
normalize-path "^3.0.0"
picomatch "^2.0.4"

aperture@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/aperture/-/aperture-6.1.1.tgz#d20666677cdefea7669ecee0141742de7e7d2487"
integrity sha512-STXRDJArEmillPcjzIjwrCNYbfOG7WbMN4WozlW1s5G5+9eT8IOjlfXAGw6vCOj8Jwi7EQPes3NC6syv0Mckvg==
aperture@^6.1.2:
version "6.1.2"
resolved "https://registry.yarnpkg.com/aperture/-/aperture-6.1.2.tgz#8aa8fbca5f579a9aa18cbda66e724fdf7477c70c"
integrity sha512-VSD9XzC1GssGmKWTlrzaDum0WPu+SYsSpnDkDahMdAF1gVykZ/VH/lA5ekdmmYnvYiz1a/BmDd0TIxNUzIBChw==
dependencies:
delay "^5.0.0"
electron-util "^0.14.2"
Expand Down

0 comments on commit 002ad5a

Please sign in to comment.