Skip to content

Commit b18a789

Browse files
committed
Merge pull request nodegit#460 from nodegit/template-proto-functions
supress astyle warnings
2 parents fd2b66a + 441f8a2 commit b18a789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/scripts/generateNativeCode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ module.exports = function generateNativeCode() {
143143
);
144144
});
145145
}
146-
})
146+
}, function() {})
147147
}).catch(console.log);
148148

149149
};

0 commit comments

Comments
 (0)