From 88c6305c2a6b879326816af7f527577d8ca1ea95 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 27 Feb 2026 14:45:28 +0800 Subject: [PATCH] bugfix --- bricks/recorder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/recorder.js b/bricks/recorder.js index 9621e77..94b9f8a 100644 --- a/bricks/recorder.js +++ b/bricks/recorder.js @@ -252,7 +252,7 @@ bricks.SysVideoRecorder = class extends bricks.MediaRecorder { { type: 'image/jpeg' }); this.imgw.set_url(this.dataurl); } catch(e){ - console.error(e); + ; } } close_recorder(){