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