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 a0f0c60 commit 0455882Copy full SHA for 0455882
1 file changed
generate/templates/manual/patches/convenient_patches.cc
@@ -129,5 +129,5 @@ void GitPatch::ConvenientFromDiffWorker::HandleOKCallback() {
129
return;
130
}
131
132
- callback->Call(0, NULL);
+ Nan::Call(callback, 0, NULL);
133
0 commit comments