See #16981 (comment).
Commit 9e08695 removed all v8::platform::PumpMessageLoop() calls from the code base.
It's problematic for embedders like electron that plug in their own v8::Platform because they now no longer get notifications from the V8 inspector.
We should probably restore the PumpMessageLoop() calls, even if they're no-ops in normal node builds.