feat(core,error): add error args to err

This commit is contained in:
braks
2024-02-05 07:51:12 +01:00
committed by Braks
parent aaf106938f
commit f36fa770c2
2 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -73,6 +73,6 @@ export { useConnection } from './composables/useConnection'
export { useHandleConnections } from './composables/useHandleConnections'
export { useNodesData } from './composables/useNodesData'
export { VueFlowError, ErrorCode } from './utils/errors'
export { VueFlowError, ErrorCode, isErrorOfType } from './utils/errors'
export * from './types'