Skip to content

Commit

Permalink
fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
anqiansong committed Jan 20, 2022
1 parent daa4115 commit 0822f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/xiaoheiban/psi/nodes/ApiRootNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ private PsiElement resolve(PsiDirectory directory, PsiNamedElement element, Set<
}

for (PsiDirectory d : subdirectories) {
PsiElement psiElement = resolve(d);
PsiElement psiElement = resolve(d,element,expectedPath);
if (psiElement != null) {
return psiElement;
}
Expand Down

0 comments on commit 0822f5b

Please sign in to comment.