mirror of
https://github.com/atom/atom.git
synced 2026-02-09 14:15:24 -05:00
Add missing return
This commit is contained in:
@@ -65,7 +65,7 @@ module.exports = class GitRepositoryAsync {
|
||||
|
||||
isPathIgnored (_path) {
|
||||
return this.repoPromise.then((repo) => {
|
||||
Git.Ignore.pathIsIgnored(repo, _path)
|
||||
return Git.Ignore.pathIsIgnored(repo, _path)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user