diff --git a/node-graph/interpreted-executor/src/node_registry.rs b/node-graph/interpreted-executor/src/node_registry.rs index 867a0690..c68f0f82 100644 --- a/node-graph/interpreted-executor/src/node_registry.rs +++ b/node-graph/interpreted-executor/src/node_registry.rs @@ -30,7 +30,7 @@ macro_rules! construct_node { args.reverse(); <$path>::new($(graphene_core::value::ClonedNode::new( graphene_std::any::input_node::<$type>(args.pop() - .expect("Not enough arguments provided to construct node"))).eval(()) + .expect("Not enough arguments provided to construct node")).eval(())) ),* ) }}