diff --git a/source/Cute/Commands/Server/ServerSchedulerCommand.cs b/source/Cute/Commands/Server/ServerSchedulerCommand.cs index 95e625e..5bca1a7 100644 --- a/source/Cute/Commands/Server/ServerSchedulerCommand.cs +++ b/source/Cute/Commands/Server/ServerSchedulerCommand.cs @@ -591,7 +591,7 @@ private async Task ProcessContentSyncApi(ScheduledEntry cuteSchedule, bool singl catch (Exception ex) { _console.WriteException(ex); - entry.LastRunStatus = CuteSchedule.RUNNING; + entry.LastRunStatus = CuteSchedule.ERROR; entry.LastRunErrorMessage = $"Exception: {ex.Message} \nTrace: {ex.StackTrace}"; entry.LastRunFinished = DateTime.UtcNow; }