We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843d6d7 commit eeecc8fCopy full SHA for eeecc8f
1 file changed
install.js
@@ -81,6 +81,7 @@ async.series([
81
if (error) {
82
throw new Error('Python is required to build libgit2');
83
}
84
+ callback();
85
});
86
87
0 commit comments