Skip to content

Commit 0455882

Browse files
committed
♻️ Missed one Callback->Call without async_resource
1 parent a0f0c60 commit 0455882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate/templates/manual/patches/convenient_patches.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ void GitPatch::ConvenientFromDiffWorker::HandleOKCallback() {
129129
return;
130130
}
131131

132-
callback->Call(0, NULL);
132+
Nan::Call(callback, 0, NULL);
133133
}

0 commit comments

Comments
 (0)