Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5137a15

Browse files
committed
chore(docs): use done() in gen-docs.js
1 parent 35adade commit 5137a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/gen-docs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ writer.makeDir('build/docs/', true).then(function() {
3232
});
3333
}).then(function printStats() {
3434
console.log('DONE. Generated ' + docs.length + ' pages in ' + (now()-start) + 'ms.' );
35-
});
35+
}).done();
3636

3737

3838
function writeTheRest(writesFuture) {

0 commit comments

Comments
 (0)