refactor(editor): Add types to codeNodeEditorEventBus (no-changelog) (#10501)
This commit is contained in:
@@ -295,7 +295,7 @@ export function usePushConnection({ router }: { router: ReturnType<typeof useRou
|
||||
|
||||
const lineNumber = runDataExecuted?.data?.resultData?.error?.lineNumber;
|
||||
|
||||
codeNodeEditorEventBus.emit('error-line-number', lineNumber || 'final');
|
||||
codeNodeEditorEventBus.emit('highlightLine', lineNumber ?? 'final');
|
||||
|
||||
const workflow = workflowHelpers.getCurrentWorkflow();
|
||||
if (runDataExecuted.waitTill !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user