We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41730a1 commit caa801fCopy full SHA for caa801f
book/build.d
@@ -42,7 +42,7 @@ int main(string[] args)
42
if(outDir.exists) {
43
executeShell("rm -rf " ~ outDir);
44
}
45
- auto rng = dirEntries("d.en", "*.d", SpanMode.shallow)
+ dirEntries("d.en", "*.d", SpanMode.shallow)
46
.map!(dFile => tuple(dFile.name, buildPath(outDir, baseName(dFile).setExtension("html"))))
47
.parallel(jobs)
48
.each!(elem => compileToPath(elem.tupleof));
0 commit comments