mirror of
https://github.com/Maschell/JNUSLib.git
synced 2024-11-05 07:45:11 +01:00
[NUSTitle] Fix bug.
This commit is contained in:
parent
43d9d6f5cc
commit
89fbc830f1
@ -80,7 +80,7 @@ public class NUSTitle {
|
||||
.filter(e -> allowNotInPackage || !e.isNotInPackage()) //
|
||||
.flatMap(e -> {
|
||||
if (!e.isDir()) {
|
||||
return Stream.empty();
|
||||
return Stream.of(e);
|
||||
}
|
||||
return getAllFSTEntryChildrenAsStream(e, allowNotInPackage);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user