mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-03-24 03:37:51 -04:00
Various improvements: study forms, participant management, PDF generator, robot integration
This commit is contained in:
@@ -345,7 +345,8 @@ export function useWizardRos(
|
||||
...execution,
|
||||
status: "failed",
|
||||
endTime: new Date(),
|
||||
error: error instanceof Error ? error.message : "System action failed",
|
||||
error:
|
||||
error instanceof Error ? error.message : "System action failed",
|
||||
};
|
||||
service.emit("action_failed", failedExecution);
|
||||
throw error;
|
||||
|
||||
Reference in New Issue
Block a user