feat: instance node
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m44s
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m44s
This commit is contained in:
@ -184,7 +184,7 @@ export class MemoryRuntimeExecutor implements RuntimeExecutor {
|
||||
const inputNode = node.tmp?.inputNodes?.[key];
|
||||
if (inputNode) {
|
||||
if (results[inputNode.id] === undefined) {
|
||||
throw new Error("Input node has no result");
|
||||
throw new Error(`Node ${node.type} is missing input from node ${inputNode.type}`);
|
||||
}
|
||||
return results[inputNode.id];
|
||||
}
|
||||
|
Reference in New Issue
Block a user