fix(ui): fix screen rec error handling
This commit is contained in:
parent
d68a74d2a0
commit
99f1b845d7
1 changed files with 1 additions and 1 deletions
|
|
@ -106,8 +106,8 @@ export async function screenRecorder(recName: string, sessionId: string, saveCb:
|
|||
}
|
||||
}
|
||||
} catch (e) {
|
||||
console.error('OpenReplay:', e);
|
||||
toast.error('Screen recording is not permitted by your system and/or browser. Make sure to enable it in your browser as well as in your system settings.');
|
||||
throw new Error('OpenReplay recording: ' + e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue