Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not exit when in watch mode #2379

Merged
merged 1 commit into from
Sep 3, 2023
Merged

Conversation

HemalPatil
Copy link
Contributor

Resolves #2378

@Dayday10
Copy link

Dayday10 commented Aug 29, 2023 via email

@HemalPatil
Copy link
Contributor Author

@Dayday10 the details are added in Issue #2378

Before the commit Support ESM config files, the CLI simply used to set the process exitCode, even in watch mode, and let the process terminate eventually. But now process.exit() is called instead which terminates typedoc before it can finish writing the docs.

I added the Watching exit code so the CLI knows that it shouldn't exit and let tsc continue in watch mode.

@Gerrit0 Gerrit0 merged commit b367539 into TypeStrong:master Sep 3, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Watch mode not working after upgrade to 0.25.0
3 participants