Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

comment-based repeater #1646

Closed
wants to merge 11 commits into from
2 changes: 1 addition & 1 deletion docs/src/gen-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Loading