Skip to content

Commit 1010277

Browse files
kmayerKen
authored and
Ken
committed
fix(docs): Fix warning: 'end is deprecated, use done instead.'
- There's a warning due to ./node_modules/[email protected] --> node_modules/[email protected] - This may also be due to package.json not being restrictive enough on the q-fs version. - In any case, q-fs is being retired for q-io/fs, so this fix is probably necssary eventually.
1 parent 2b0978b commit 1010277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/gen-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ writer.makeDir('build/docs/', true).then(function() {
3636
});
3737
}).then(function printStats() {
3838
console.log('DONE. Generated ' + docs.length + ' pages in ' + (now()-start) + 'ms.' );
39-
}).end();
39+
}).done();
4040

4141

4242
function writeTheRest(writesFuture) {

0 commit comments

Comments
 (0)