generate:types hangs forever after successly writing into output file #2002
Stupidism
started this conversation in
Show and tell
Replies: 3 comments 1 reply
-
Did you figure out why it was hanging? I've never seen this before. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have the same issue when using redis/bullmq, after the patch now i am stuck on "Starting Payload" @DanRibbens here is the setup i added in discord pretty easy to reproduce https://discord.com/channels/967097582721572934/1210002123882889367 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same issue when using kafka send inside hook |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It just hangs forever
I don't know the reason this happened yet. Maybe it's because I'm using ts-node.
Workaround
fs_1.default.writeFileSync(outputFile, compiled); logger.info(`Types written to ${outputFile}`); + process.exit(0);
patch-package
to persist the changeBeta Was this translation helpful? Give feedback.
All reactions