Add Tdarr_Plugin_ER01_Transcode audio and video with HW (PC and Mac) test

This commit is contained in:
HaveAGitGat 2022-05-22 13:52:01 +01:00
parent 50beae72e4
commit ea5b34c849
3 changed files with 109 additions and 2 deletions

View file

@ -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);
}