mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
chore(docs): use done() instead of end() in gen-docs.js
This commit is contained in:
parent
49f9e4cef1
commit
78699c62ea
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