mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-17 12:30:03 -04:00
Update index.js
Added --debug argument to script
This commit is contained in:
parent
d5045f6897
commit
e7e7b09130
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue