Debian preinstall script for config and ffmpeg

This commit is contained in:
advplyr 2021-09-25 13:01:53 -05:00
parent 784ffbc568
commit d95689a078
5 changed files with 97 additions and 2 deletions

View file

@ -263,7 +263,6 @@ class DownloadManager {
var worker = null
try {
var workerPath = Path.join(global.appRoot, 'server/utils/downloadWorker.js')
Logger.info(`[${TAG}] Worker Path: ${workerPath}`)
worker = new workerThreads.Worker(workerPath, { workerData })
} catch (error) {
Logger.error(`[${TAG}] Start worker thread failed`, error)