Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🐛 Needs the reference to callback, not the pointer
  • Loading branch information
tiggerite committed Jul 12, 2019
commit e82db052c4ed9f23ba0117cea08e0eed513f1b23
2 changes: 1 addition & 1 deletion generate/templates/manual/patches/convenient_patches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ void GitPatch::ConvenientFromDiffWorker::HandleOKCallback() {
return;
}

Nan::Call(callback, 0, NULL);
Nan::Call(*callback, 0, NULL);
}