fix: Destroy cameras after failed initialization (#1551)

This commit is contained in:
Dermot Duffy
2024-09-21 13:17:22 -07:00
committed by GitHub
parent 5481c5956c
commit 15d33f63fb
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -57,5 +57,5 @@ div.message div.icon {
.message pre {
margin-top: 20px;
overflow-x: scroll;
overflow-x: auto;
}