Skip to content

Commit 405b78b

Browse files
authored
Merge pull request #1 from igorls:copilot/handle-errors-in-comfyui-library
Fix unhandled promise rejections in workflow error handling
2 parents e91a2ad + a6c9508 commit 405b78b

File tree

6 files changed

+90
-5
lines changed

6 files changed

+90
-5
lines changed

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@istanbuljs/schema": "^0.1.3",
11-
"@types/bun": "^1.2.23",
11+
"@types/bun": "^1.3.1",
1212
"@types/jest": "^30.0.0",
1313
"@types/node": "24.9.1",
1414
"@types/ws": "^8.18.1",

dist/workflow.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/workflow.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)