Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b99732

Browse files
authored
Merge pull request #1614 from mjomble/patch-1
Marked Repository.createBlobFromBuffer as async
2 parents d06945e + 911ab17 commit 8b99732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/repository.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ Repository.prototype.createBranch = function(name, commit, force) {
537537
/**
538538
* Create a blob from a buffer
539539
*
540+
* @async
540541
* @param {Buffer} buffer
541542
* @return {Oid}
542543
*/

0 commit comments

Comments
 (0)