Skip to content

deps: update inspector_protocol to c149e90e9ff5bf7

Hopefully this should fix the linux-coverage GitHub Action.

To update it, I used the following commands:

rm -r tools/inspector_protocol
cp -r deps/v8/third_party/inspector_protocol tools/inspector_protocol
git add tools/inspector_protocol
git checkout -- tools/inspector_protocol/jinja2
git checkout -- tools/inspector_protocol/markupsafe
git commit
git cherry-pick 4662f67e3849d1e3d5127cc5ebc469d1febca57f

Then I had to update src/inspector/node_inspector.gypi to reflect the changes in tools/inspector_protocol/inspector_protocol.gni.

Merge request reports

Loading