We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323cce7 commit 5ec9f09Copy full SHA for 5ec9f09
1 file changed
crates/emmylua_code_analysis/src/db_index/module/mod.rs
@@ -301,7 +301,7 @@ impl LuaModuleIndex {
301
matched_module_path = Some((module_path, workspace.id));
302
} else {
303
let (matched, _) = matched_module_path.as_ref().unwrap();
304
- if module_path.len() > matched.len() {
+ if module_path.len() < matched.len() {
305
306
}
307
0 commit comments