ChiriVulpes / MagicTranslator

Turning scanlation into a magical experience ✨
4 stars 1 forks source link

script/window/data/Projects.ts uses already removed Stream functions #133

Closed milleniumbug closed 3 years ago

milleniumbug commented 3 years ago
        for (const key of Stream.keys(defaultProjectStructure)) {
                return Path.join(this.root, interpolate(pathTypeSetting, Stream.entries({ volume, chapter, page })
                    .map(([name, value]) => tuple(name, this.getSegment(name, value)))
                    .toObject()));