Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
vdbg!
depth and JSON error messages (vercel/turborepo#5138)
### Description Two small fixes: - The `vdbg!(vc; depth = 1)` macro would error out - the expanded `__init` syntax wasn't updated in vercel/turborepo#4995 - The JSON error message could panic if the line and/or column was `0` - This comes up when trying to deserialize into a struct with a missing prop, because it errors at the opening `{` brace ### Testing Instructions <!-- Give a quick description of steps to test your changes. -->
- Loading branch information