Skip to content

Commit 86939c1

Browse files
authored
Merge pull request #1421 from jmtoball/master
Annoate Blame's file() function as asynchronous.
2 parents b6e1478 + af9e53f commit 86939c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/blame.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ var _file = Blame.file;
77
/**
88
* Retrieve the blame of a file
99
*
10+
* @async
1011
* @param {Repository} repo that contains the file
1112
* @param {String} path to the file to get the blame of
1213
* @param {BlameOptions} [options] Options for the blame

0 commit comments

Comments
 (0)