mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 02:35:54 -07:00
Log CLI exit code
This commit is contained in:
parent
84646b7238
commit
4da373baf9
1 changed files with 2 additions and 0 deletions
|
|
@ -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