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