chore(docs): use done() instead of end() in gen-docs.js

This commit is contained in:
Igor Minar 2013-01-10 12:33:57 -08:00
parent 0d8e19c26f
commit bb80c96754

View file

@ -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) {