mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 12:22:50 +02:00
Get member data when running backfill
This commit is contained in:
parent
6c23c5725a
commit
67291a3736
4 changed files with 17 additions and 9 deletions
|
@ -51,7 +51,7 @@ function stringifyErrorStack(err, depth = 0) {
|
|||
|
||||
const props = Object.getOwnPropertyNames(err).filter(p => !["message", "stack"].includes(p))
|
||||
|
||||
// only break into object notation if we have addtl props to dump
|
||||
// only break into object notation if we have additional props to dump
|
||||
if (props.length) {
|
||||
const dedent = " ".repeat(depth);
|
||||
const indent = " ".repeat(depth + 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue