Skip to content

Commit

Permalink
Fix #2406 and fix #2397
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Nov 28, 2024
1 parent 365b52d commit 28ca789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class FabricClientUseScopeEnlarger : UseScopeEnlarger() {
val moduleWithDeps = GlobalSearchScope.moduleWithDependenciesScope(module)
FilenameIndex.getVirtualFilesByName(FabricConstants.FABRIC_MOD_JSON, moduleWithDeps)
}
).inSmartMode(element.project).executeSynchronously()
).executeSynchronously()
}
}

Expand Down

0 comments on commit 28ca789

Please sign in to comment.