inspector: code cleanup by eugeneo · Pull Request #27591 · nodejs/node

@nodejs-github-bot added c++

Issues and PRs that require attention from people who are familiar with C++.

inspector

Issues and PRs related to the V8 inspector protocol

labels

May 6, 2019

addaleax

alexkozy

@addaleax addaleax added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

May 7, 2019

@eugeneo eugeneo deleted the use-callback-dont-parse branch

May 9, 2019 19:00

targos pushed a commit that referenced this pull request

May 10, 2019
1. Do not rely on a string comparison to identify when
   the frontend is ready to run and override a callback instead.
2. Remove unused boolean flag.

PR-URL: #27591
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Aleksei Koziatinskii <ak239spb@gmail.com>