Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: upgrade electron to 32.2.0 #30394
chore: upgrade electron to 32.2.0 #30394
Changes from 96 commits
1159566
5b587a2
ab7504d
7ac1953
1c206eb
df17f1e
e98805a
851f1f2
affdd63
8bebe5d
4b8b0a2
37f68c2
9a921d9
88f091b
35934de
ecb0423
7ccd723
b4ed44f
8a7dd47
0a49434
2854b2a
ff5034c
686b56c
2efafbd
168cb30
7f3a243
f459453
979715e
6c954c2
1bca323
86b440c
9199ec6
7bc49ed
5f9e470
bc0f4f1
32773d7
3da8d17
66f3bfb
f8edcca
650cd44
851ff69
dcaf19f
26359cf
da3504c
1255cc4
6cc8587
c179094
7d509d1
5b1ad94
12301d8
8e810e9
d915c1d
d696673
a271c03
4b48b6e
67f1e78
1baf28a
78e0bcd
4262738
00c52d3
c8a9791
cfd5405
9093d5d
69af3f9
07b2b1f
2b338c7
d3e076b
a235e02
f45e3ed
6364f8a
5a8de1e
74bb4de
f8e5f5e
ed5f6fd
991c0c8
6a61b7d
90056b2
2ff998a
31e39f7
5e1f363
5e2c623
378c964
f5de4ac
2a943f4
ce6cbad
82f6c39
56524b7
609dee4
9f3f7dd
5a83687
02e27e0
308e5fd
b6983b3
fe4cd75
b4a3f38
814e010
cb217de
32ea251
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is now necessary, because we are (I would argue correctly) showing the stack trace in this view which pushes 'Unexpected token' off screen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was something interesting I noticed.
visitBlankPage
was a hanging promise. I believe these changes and the changes ineventManager
resolves this.