Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

fix: add missing handlescope - #332

Merged
shiftkey merged 1 commit into
atom:masterfrom
deepak1556:robo/fix_handlescope
Nov 19, 2020
Merged

fix: add missing handlescope#332
shiftkey merged 1 commit into
atom:masterfrom
deepak1556:robo/fix_handlescope

Conversation

@deepak1556

Copy link
Copy Markdown
Contributor

Description of the Change

With Electron 10 and higher , there is no longer a global handlescope in the browser process electron/electron#22531 . With recent upgrade to Electron 11 in vscode we saw a crash in keytar module due to missing handlescope microsoft/vscode#110906

Release Notes

  • Fix crash when using keytar module in main process of Electron >= 10

@deepak1556

Copy link
Copy Markdown
Contributor Author

/cc @shiftkey

@shiftkey shiftkey left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for the fix @deepak1556!

@shiftkey
shiftkey merged commit 07701fa into atom:master Nov 19, 2020
@deepak1556
deepak1556 deleted the robo/fix_handlescope branch November 19, 2020 12:26
@deepak1556

Copy link
Copy Markdown
Contributor Author

Thanks for merging! I see that master is bumped to 7.2.0, can I expect a new npm release today ?

@shiftkey

Copy link
Copy Markdown
Contributor

@deepak1556 oops, I forgot to publish to NPM. 7.2.0 should now be available.

@deepak1556

Copy link
Copy Markdown
Contributor Author

great, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants