parent
d5045f6897
commit
e7e7b09130
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue