Get member data when running backfill

This commit is contained in:
Cadence Ember
2025-08-05 01:25:09 +12:00
parent 6c23c5725a
commit 67291a3736
4 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -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);