mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(docs): use done() in gen-docs.js
This commit is contained in:
parent
5d2bb2c1b9
commit
5fbf98ec23
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ writer.makeDir('build/docs/', true).then(function() {
|
|||
});
|
||||
}).then(function printStats() {
|
||||
console.log('DONE. Generated ' + docs.length + ' pages in ' + (now()-start) + 'ms.' );
|
||||
});
|
||||
}).done();
|
||||
|
||||
|
||||
function writeTheRest(writesFuture) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue