mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -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;
|
||||
}
|
||||
|
||||
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