Skip to content

Commit 4e2831e

Browse files
committed
[FIX] creation of package on disk_dir
1 parent 0cc3ffe commit 4e2831e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/src/core/symbols/symbol.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ impl Symbol {
143143
},
144144
Symbol::Root(r) => {
145145
r.add_file(&package)
146+
},
147+
Symbol::DiskDir(d) => {
148+
d.add_file(&package);
146149
}
147150
_ => { panic!("Impossible to add a package to a {}", self.typ()); }
148151
}

0 commit comments

Comments
 (0)