mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Fix node graph type errors not being shown (#1917)
* Fix node graph type errors not being shown * Add newline * Remove unnecessary memo node implementation --------- Co-authored-by: hypercube <0hypercube@gmail.com>
This commit is contained in:
@@ -611,6 +611,12 @@ impl NodeGraphExecutor {
|
||||
document.network_interface.document_metadata_mut().update_from_monitor(HashMap::new(), HashMap::new());
|
||||
log::trace!("{e}");
|
||||
|
||||
responses.add(NodeGraphMessage::UpdateTypes {
|
||||
resolved_types: Default::default(),
|
||||
node_graph_errors,
|
||||
});
|
||||
responses.add(NodeGraphMessage::SendGraph);
|
||||
|
||||
return Err("Node graph evaluation failed".to_string());
|
||||
}
|
||||
Ok(result) => result,
|
||||
|
||||
Reference in New Issue
Block a user