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 0ee6643 commit a16f81eCopy full SHA for a16f81e
test/addons/report-api/binding.cc
@@ -35,8 +35,6 @@ void TriggerReportEnv(const FunctionCallbackInfo<Value>& args) {
35
}
36
37
void TriggerReportNoEnv(const FunctionCallbackInfo<Value>& args) {
38
- Isolate* isolate = args.GetIsolate();
39
-
40
node::TriggerNodeReport(static_cast<node::Environment*>(nullptr),
41
"FooMessage",
42
"BarTrigger",
0 commit comments