Update index.js

Added --debug argument to script
This commit is contained in:
freearhey 2019-08-08 20:45:13 +03:00
parent d5045f6897
commit e7e7b09130
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const util = require('../helpers/util')
const axios = require('axios')
const https = require('https')
const verbose = false
const verbose = process.env.npm_config_debug || false
const errorLog = 'error.log'
const config = {
timeout: 60000,