Skip to content

Commit

Permalink
HOTFIX: Throw error in create pack
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival418 committed Jul 11, 2024
1 parent bbc93ba commit 0d629a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugins/knowledge/src/nodes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const createPack = makeFlowNodeDefinition({
} catch (error) {
// Handle error
console.error('Error creating pack:', error)
throw error
}
},
})
Expand Down

0 comments on commit 0d629a5

Please sign in to comment.