mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
commit
a8b0fd3c60
2 changed files with 3 additions and 0 deletions
|
|
@ -384,6 +384,7 @@ var CLI = /** @class */ (function () {
|
|||
if (this.cancelled) {
|
||||
cliExitCode = 1;
|
||||
}
|
||||
this.config.jobLog("CLI ".concat(this.config.cli, " exited with code: ").concat(cliExitCode));
|
||||
return [2 /*return*/, {
|
||||
cliExitCode: cliExitCode,
|
||||
errorLogFull: errorLogFull,
|
||||
|
|
|
|||
|
|
@ -423,6 +423,8 @@ class CLI {
|
|||
cliExitCode = 1;
|
||||
}
|
||||
|
||||
this.config.jobLog(`CLI ${this.config.cli} exited with code: ${cliExitCode}`);
|
||||
|
||||
return {
|
||||
cliExitCode,
|
||||
errorLogFull,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue