fix: ensure task is defined to show error

This commit is contained in:
izzy
2025-11-21 17:21:37 +00:00
parent f7b59f50ed
commit ac9a587063

View File

@@ -238,6 +238,7 @@ export class MaintenanceWorkerService {
this.logger.error(`Encountered error running action: ${error}`);
this.setStatus({
action: action.action,
task: 'error',
error: '' + error,
});
}