Skip to content

Commit d4ea510

Browse files
IgorMinarjamessharp
authored andcommitted
chore(docs): use done() instead of end() in gen-docs.js
1 parent 0196bc8 commit d4ea510

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)