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 7983577 commit 03e9495Copy full SHA for 03e9495
src/node.cc
@@ -1481,8 +1481,6 @@ void AppendExceptionLine(Environment* env,
1481
arrow[off + 1] = '\0';
1482
1483
Local<String> arrow_str = String::NewFromUtf8(env->isolate(), arrow);
1484
- Local<Value> msg;
1485
- Local<Value> stack;
1486
1487
// Allocation failed, just print it out
1488
if (arrow_str.IsEmpty() || err_obj.IsEmpty() || !err_obj->IsNativeError())
0 commit comments