Group logs to handle stacks
Open
feature
- Dominant language
- TypeScript
- Stars
- 165
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
```js
root.onCreateEvent(event => {
const watch = event.watch
event.watch = fn => watch(upd => {
console.group(...)
try {
fn(upd)
} finally {
console.groupEnd(...)
}
})
})
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.