feat: log robot run

This commit is contained in:
karishmas6
2024-11-29 22:07:51 +05:30
parent be55f8ee65
commit 8cce8f41de

View File

@@ -660,7 +660,7 @@ export async function handleRunRecording(id: string, userId: string) {
socket.on('ready-for-run', () => readyForRunHandler(browserId, newRunId));
logger.log('info', `Running recording: ${id}`);
logger.log('info', `Running Robot: ${id}`);
socket.on('disconnect', () => {
cleanupSocketListeners(socket, browserId, newRunId);