From 5137a15417314a9c379909d7325feafb40243c34 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 10 Jan 2013 12:33:57 -0800 Subject: chore(docs): use done() in gen-docs.js --- docs/src/gen-docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src') diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js index b05569dd..992c4527 100755 --- a/docs/src/gen-docs.js +++ b/docs/src/gen-docs.js @@ -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) { -- cgit v1.2.3