We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0196bc8 commit d4ea510Copy full SHA for d4ea510
docs/src/gen-docs.js
@@ -36,7 +36,7 @@ writer.makeDir('build/docs/', true).then(function() {
36
});
37
}).then(function printStats() {
38
console.log('DONE. Generated ' + docs.length + ' pages in ' + (now()-start) + 'ms.' );
39
-}).end();
+}).done();
40
41
42
function writeTheRest(writesFuture) {
0 commit comments