Skip to content

Commit f516b42

Browse files
authored
Add missing return type to Blame.file
1 parent 3a8881d commit f516b42

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
@@ -11,6 +11,7 @@ var _file = Blame.file;
1111
* @param {Repository} repo that contains the file
1212
* @param {String} path to the file to get the blame of
1313
* @param {BlameOptions} [options] Options for the blame
14+
* @return {Blame} the blame
1415
*/
1516
Blame.file = function(repo, path, options) {
1617
options = normalizeOptions(options, NodeGit.BlameOptions);

0 commit comments

Comments
 (0)