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

Commit 78699c6

Browse files
committed
chore(docs): use done() instead of end() in gen-docs.js
1 parent 49f9e4c commit 78699c6

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
@@ -36,7 +36,7 @@ writer.makeDir('build/docs/', true).then(function() {
3636
});
3737
}).then(function printStats() {
3838
console.log('DONE. Generated ' + docs.length + ' pages in ' + (now()-start) + 'ms.' );
39-
}).end();
39+
}).done();
4040

4141

4242
function writeTheRest(writesFuture) {

0 commit comments

Comments
 (0)