| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6821055 commit 7a4a94a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -189,7 +189,9 @@ void Worker::Run() { | |||
| 189 | 189 | Locker locker(isolate_); | |
| 190 | 190 | Isolate::Scope isolate_scope(isolate_); | |
| 191 | 191 | SealHandleScope outer_seal(isolate_); | |
| 192 | + #if NODE_USE_V8_PLATFORM && HAVE_INSPECTOR | ||
| 192 | 193 | bool inspector_started = false; | |
| 194 | + #endif | ||
| 193 | 195 | ||
| 194 | 196 | DeleteFnPtr<Environment, FreeEnvironment> env_; | |
| 195 | 197 | OnScopeLeave cleanup_env([&]() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments