mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 01:10:27 -07:00
Add Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac) test
This commit is contained in:
parent
50beae72e4
commit
ea5b34c849
3 changed files with 109 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ const run = async () => {
|
|||
if (shouldRunTest) {
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
await new Promise((resolve) => {
|
||||
childProcess.exec(`node ${pluginTestpath}`, (err, stdout, stderr) => {
|
||||
childProcess.exec(`node "${pluginTestpath}"`, (err, stdout, stderr) => {
|
||||
if (err) {
|
||||
console.log(err);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue