mirror of https://github.com/iptv-org/iptv
Move test script to /scripts
parent
5f3faef290
commit
24755101b2
@ -1,6 +1,6 @@
|
|||||||
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0
|
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0
|
||||||
|
|
||||||
const helper = require('../scripts/helper')
|
const helper = require('./helper')
|
||||||
const ffmpeg = require('fluent-ffmpeg')
|
const ffmpeg = require('fluent-ffmpeg')
|
||||||
|
|
||||||
const verbose = process.env.npm_config_debug || false
|
const verbose = process.env.npm_config_debug || false
|
||||||
Loading…
Reference in New Issue