Refactored 21sextury scraper.
This commit is contained in:
@@ -63,6 +63,7 @@ const { argv } = yargs
|
||||
.option('debug', {
|
||||
describe: 'Show error stack traces',
|
||||
type: 'boolean',
|
||||
default: process.env.NODE_ENV === 'development',
|
||||
});
|
||||
|
||||
module.exports = argv;
|
||||
|
||||
Reference in New Issue
Block a user