Skip to content

src: use v8::Isolate::TryGetCurrent() in DumpJavaScriptBacktrace()

It was using Isolate::GetCurrent() which DCHECK on nullptr, even though what we wanted was to return early if it is nullptr.

Refs: https://github.com/nodejs/node/pull/50242

Merge request reports

Loading