SIGN IN SIGN UP
denoland / deno UNCLAIMED

A modern runtime for JavaScript and TypeScript.

0 0 3 Rust

fix(ext/node): handle multiple calls in inspector.Session.post() (#31067)

Fixes a panic that occurred when using nested session.post() calls in
the node:inspector module. The issue manifested when callbacks from
inspector commands (like Profiler.enable) called session.post() again,
causing a re-entrant invocation of op_inspector_dispatch.

Fixes https://github.com/denoland/deno/issues/31020
F
Felipe Cardozo committed
c0ebacba75138789ccd6dc93c1b5bec04f4e6d63
Parent: 5cee3a3
Committed by GitHub <noreply@github.com> on 10/27/2025, 9:46:55 AM