UNPKG

250 BJavaScriptView Raw
1const { print } = require('../..');
2
3module.exports = (thread, config) => {
4 print.debug('dmhy:downloaders:stdout:thread', thread);
5 print.debug('dmhy:downloaders:stdout:config', config);
6
7 console.log(thread.link);
8 return Promise.resolve();
9};