mirror of
https://github.com/Maschell/JNUSLib.git
synced 2024-11-22 16:09:18 +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()) //
|
.filter(e -> allowNotInPackage || !e.isNotInPackage()) //
|
||||||
.flatMap(e -> {
|
.flatMap(e -> {
|
||||||
if (!e.isDir()) {
|
if (!e.isDir()) {
|
||||||
return Stream.empty();
|
return Stream.of(e);
|
||||||
}
|
}
|
||||||
return getAllFSTEntryChildrenAsStream(e, allowNotInPackage);
|
return getAllFSTEntryChildrenAsStream(e, allowNotInPackage);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user