feat: log robot run error

This commit is contained in:
karishmas6
2024-11-29 22:08:03 +05:30
parent 8cce8f41de
commit 14d9679324

View File

@@ -670,7 +670,7 @@ export async function handleRunRecording(id: string, userId: string) {
return newRunId;
} catch (error: any) {
logger.error('Error running recording:', error);
logger.error('Error running robot:', error);
}
}