diff options
| -rwxr-xr-x | docs/src/gen-docs.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js index a8ca8412..62d22b17 100755 --- a/docs/src/gen-docs.js +++ b/docs/src/gen-docs.js @@ -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) {  | 
