| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -204,7 +204,7 @@ static void Initialize(Local<Object> exports, | |||
| 204 | 204 | Local<Value> unused, | |
| 205 | 205 | Local<Context> context) { | |
| 206 | 206 | Environment* env = Environment::GetCurrent(context); | |
| 207 | - std::shared_ptr<PerIsolateOptions> options = env->isolate_data()->options(); | ||
| 207 | + | ||
| 208 | 208 | env->SetMethod(exports, "triggerReport", TriggerReport); | |
| 209 | 209 | env->SetMethod(exports, "getReport", GetReport); | |
| 210 | 210 | env->SetMethod(exports, "syncConfig", SyncConfig); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments