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