diff --git a/lib/repository.js b/lib/repository.js index 1962d894d..aa85eab9d 100644 --- a/lib/repository.js +++ b/lib/repository.js @@ -537,6 +537,7 @@ Repository.prototype.createBranch = function(name, commit, force) { /** * Create a blob from a buffer * + * @async * @param {Buffer} buffer * @return {Oid} */