Skip to content

Commit 57ccee4

Browse files
committed
fix it
1 parent 8ea0b90 commit 57ccee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/utils/object.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function addNonEnumerableProperty(obj: object, name: string | symbol, val
6262
configurable: true,
6363
});
6464
} catch {
65-
DEBUG_BUILD && debug.log(`Failed to add non-enumerable property "${name}" to object`, obj);
65+
DEBUG_BUILD && debug.log(`Failed to add non-enumerable property "${String(name)}" to object`, obj);
6666
}
6767
}
6868

0 commit comments

Comments
 (0)