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 16f9631 commit b48ca0aCopy full SHA for b48ca0a
src/node_crypto.cc
@@ -5421,7 +5421,7 @@ void PBKDF2Request::Work(uv_work_t* work_req) {
5421
5422
void PBKDF2Request::After(Local<Value> (*argv)[2]) {
5423
if (success_) {
5424
- (*argv)[0] = Undefined(env()->isolate());
+ (*argv)[0] = Null(env()->isolate());
5425
(*argv)[1] = Buffer::New(env(), key_, keylen_).ToLocalChecked();
5426
key_ = nullptr;
5427
keylen_ = 0;
0 commit comments