We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c2f57 commit 740741bCopy full SHA for 740741b
src/node_worker.cc
@@ -150,13 +150,13 @@ void Worker::Run() {
150
TRACE_STR_COPY(name.c_str()));
151
MultiIsolatePlatform* platform = isolate_data_->platform();
152
CHECK_NE(platform, nullptr);
153
- bool inspector_started = false;
154
155
Debug(this, "Starting worker with id %llu", thread_id_);
156
{
157
Locker locker(isolate_);
158
Isolate::Scope isolate_scope(isolate_);
159
SealHandleScope outer_seal(isolate_);
+ bool inspector_started = false;
160
161
162
Context::Scope context_scope(env_->context());
0 commit comments