Skip to content

Commit 34814ae

Browse files
authored
Add @async tag to getEntry
The getEntry function is asynchronous so it should be tagged with @async so the documentation will be generated correctly.
1 parent bd54fa8 commit 34814ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Tree.prototype.entryByName = function(name) {
100100
/**
101101
* Get an entry at a path. Unlike by name, this takes a fully
102102
* qualified path, like `/foo/bar/baz.javascript`
103-
*
103+
* @async
104104
* @param {String} filePath
105105
* @return {TreeEntry}
106106
*/

0 commit comments

Comments
 (0)