Skip to content

inspector: remove remainingCallbacks because code is synchronous

I've tried to implement test coverage for this line inspector.js L105 But all callbacks passed to the Session::post are executed synchronously. The callback is added to Map and immediately gets removed from it because onMessageSymbol method is executed.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading