mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): add node type to invocation started
This commit is contained in:
@@ -21,7 +21,10 @@ export const addInvocationStartedEventListener = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
log.debug(action.payload, 'Invocation started');
|
||||
log.debug(
|
||||
action.payload,
|
||||
`Invocation started (${action.payload.data.node.type})`
|
||||
);
|
||||
dispatch(appSocketInvocationStarted(action.payload));
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user