We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2bb2c commit 5fbf98eCopy full SHA for 5fbf98e
1 file changed
docs/src/gen-docs.js
@@ -32,7 +32,7 @@ writer.makeDir('build/docs/', true).then(function() {
32
});
33
}).then(function printStats() {
34
console.log('DONE. Generated ' + docs.length + ' pages in ' + (now()-start) + 'ms.' );
35
-});
+}).done();
36
37
38
function writeTheRest(writesFuture) {
0 commit comments