Skip to content
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

fix: token error #216

Merged
merged 2 commits into from
Apr 29, 2022
Merged

fix: token error #216

merged 2 commits into from
Apr 29, 2022

Conversation

attriaayush
Copy link
Contributor

@attriaayush attriaayush commented Apr 28, 2022

Description

TIL: Thenable errors are not caught within a try/catch block so need to create a new promise out of Thenables to correctly handle with the errors.

Checklist

  • Tests added and all succeed
  • Linted
  • CHANGELOG.md updated
  • README.md updated, if user-facing

Screenshots / GIFs

Visuals that may help the reviewer. Please add screenshots for any UI change. GIFs are most welcome!

@attriaayush attriaayush marked this pull request as ready for review April 28, 2022 14:08
@attriaayush attriaayush requested a review from a team as a code owner April 28, 2022 14:08
@attriaayush attriaayush merged commit 3ac2cfc into main Apr 29, 2022
@attriaayush attriaayush deleted the fix/token-error branch April 29, 2022 15:43
@@ -46,6 +46,9 @@ jobs:
environment: Stable
name: Release
steps:
- name: Fetch sources
uses: actions/checkout@v2

- name: Setup VSCE
run: sudo npm install -g vsce@latest

Copy link
Contributor

Choose a reason for hiding this comment

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

npm install is missing here

@michelkaporin
Copy link
Contributor

@attriaayush changelog entry is missing as well as bumping up package.json version.

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.

3 participants