Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

fix: avoid spurious 'unable to clear' errors#624

Merged
JustinBeckwith merged 1 commit intogoogleapis:masterfrom
ofrobots:silence-v8-clear-error
Feb 8, 2019
Merged

fix: avoid spurious 'unable to clear' errors#624
JustinBeckwith merged 1 commit intogoogleapis:masterfrom
ofrobots:silence-v8-clear-error

Conversation

@ofrobots
Copy link
Copy Markdown
Contributor

@ofrobots ofrobots commented Feb 8, 2019

In the case where we are not able to set a server breakpoint, for
example, when the file doesn't exist locally or is ambiguous, we are
emitted a spurious error in the log:
Error: Unable to clear breakpoint in v8

This change detects the situation and aviods deleting a non-existent
breakpoint.

In the case where we are not able to set a server breakpoint, for
example, when the file doesn't exist locally or is ambiguous, we are
emitted a spurious error in the log:
  Error: Unable to clear breakpoint in v8

This change detects the situation and aviods deleting a non-existent
breakpoint.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 8, 2019
@JustinBeckwith JustinBeckwith merged commit 82f1aea into googleapis:master Feb 8, 2019
@ofrobots ofrobots deleted the silence-v8-clear-error branch February 8, 2019 02:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants