Skip to content

Commit 17232df

Browse files
authored
fix
1 parent c70f0fc commit 17232df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@glimmer/runtime/lib/debug-render-tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export default class DebugRenderTreeImpl<TBucket extends object>
181181
let template = this.captureTemplate(node);
182182
let bounds = this.captureBounds(node);
183183
let children = this.captureRefs(refs);
184-
return { id, type, name, args: reifyArgsDebug(args), instance, template, bounds, children };
184+
return { id, type, name, args: reifyArgsDebug(args), instance, template, bounds, children, meta };
185185
}
186186

187187
private captureTemplate({ template }: InternalRenderNode<TBucket>): Nullable<string> {

0 commit comments

Comments
 (0)