generate:types hangs forever after successly writing into output file #2003
Stupidism
started this conversation in
Show and tell
Replies: 0 comments
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