mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Apply auto-build changes
This commit is contained in:
parent
d29f7990ec
commit
6822270cac
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ var plugin = function (args) { return __awaiter(void 0, void 0, void 0, function
|
|||
case 1:
|
||||
res = _a.sent();
|
||||
if (res.cliExitCode !== 0) {
|
||||
msg = "Running ".concat(userCli, " failed");
|
||||
msg = "Running ".concat(cliPath, " failed");
|
||||
args.jobLog(msg);
|
||||
throw new Error(msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue