Skip to content

Commit 002ad5a

Browse files
committed
Don’t fail the recording on recording warnings
Fixes #1064
1 parent 4dd726c commit 002ad5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@sentry/electron": "^2.4.0",
3838
"@sindresorhus/to-milliseconds": "^1.2.0",
3939
"ajv": "^6.12.2",
40-
"aperture": "^6.1.1",
40+
"aperture": "^6.1.2",
4141
"base64-img": "^1.0.4",
4242
"classnames": "^2.2.6",
4343
"clean-stack": "^3.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,10 +1205,10 @@ anymatch@~3.1.1, anymatch@~3.1.2:
12051205
normalize-path "^3.0.0"
12061206
picomatch "^2.0.4"
12071207

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

0 commit comments

Comments
 (0)