Update BUG_REPORT.yml
This commit is contained in:
parent
c1a286e09c
commit
6247a2394f
3
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
3
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
@ -49,8 +49,9 @@ body:
|
|||||||
Paste the JSON Camera `device` that was used here.
|
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.
|
Make sure to leave out the `formats` prop as that is too long for the issue.
|
||||||
|
|
||||||
```ts
|
```
|
||||||
device.formats = undefined
|
device.formats = undefined
|
||||||
|
|
||||||
console.log(JSON.stringify(device, null, 2))
|
console.log(JSON.stringify(device, null, 2))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user