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 06dce39 commit d0ee1a3Copy full SHA for d0ee1a3
src/node_report_module.cc
@@ -155,7 +155,8 @@ static void SetReportOnUncaughtException(
155
156
static void Initialize(Local<Object> exports,
157
Local<Value> unused,
158
- Local<Context> context) {
+ Local<Context> context,
159
+ void* priv) {
160
Environment* env = Environment::GetCurrent(context);
161
162
env->SetMethod(exports, "writeReport", WriteReport);
0 commit comments