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 49f9e4cef1
commit 78699c62ea

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