Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Small fixes#326

Merged
roblourens merged 1 commit intomicrosoft:masterfrom
digeff:small_fixes
May 5, 2018
Merged

Small fixes#326
roblourens merged 1 commit intomicrosoft:masterfrom
digeff:small_fixes

Conversation

@digeff
Copy link
Copy Markdown
Contributor

@digeff digeff commented May 4, 2018

  1. this.remoteObjectToVariable at line 2141 was throwing an exception in some cases for the Edge debug adapter. The .catch change is so it'll catch that kind of issues too. The change to remoteObjectToVariable is for the same reason: this.createPrimitiveVariable was throwing an exception in Edge debug adapter, and no-one was catching it.

  2. The removeAllListeners change is because while using the debugServer we create one new chrome connection each time you launch, so we ended up having several listeners for these events

@roblourens roblourens merged commit bc7fbaf into microsoft:master May 5, 2018
@roblourens
Copy link
Copy Markdown
Member

Actually maybe I hit merge too quickly, why wasn't the error handled upstream? It should have failed the request or something?

roblourens added a commit that referenced this pull request May 5, 2018
@roblourens roblourens added this to the May 2018 milestone Jun 1, 2018
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