Update BUG_REPORT.yml

This commit is contained in:
Marc Rousavy
2023-09-14 14:11:33 +02:00
committed by GitHub
parent c1a286e09c
commit 6247a2394f

View File

@@ -49,8 +49,9 @@ body:
Paste the JSON Camera `device` that was used here.
Make sure to leave out the `formats` prop as that is too long for the issue.
```ts
```
device.formats = undefined
console.log(JSON.stringify(device, null, 2))
```