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

fix: tsc-strict does not return a failure exit code with SIGABRT #76

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

eberlitz
Copy link
Contributor

@eberlitz eberlitz commented May 22, 2024

According to execa docs the error might contain an undefined exitCode when it gets killed by a signal or fails when spawning.

https://github.com/sindresorhus/execa/blob/main/docs/errors.md#exit-code

To test I did the following locally to simulate the TSC getting out of memory:

NODE_OPTIONS="--max-old-space-size=512" ../node_modules/.bin/tsc-strict
echo $?

According to execa docs the error might contain an undefined exitCode when it gets killed by a signal or fails when spawning.

https://github.com/sindresorhus/execa/blob/main/docs/errors.md#exit-code

To test I did the following locally to simulate the TSC getting out of memory:

```
NODE_OPTIONS="--max-old-space-size=512" ../node_modules/.bin/tsc-strict
```
@KostkaBrukowa KostkaBrukowa merged commit 7185245 into allegro:master Jun 7, 2024
7 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.

None yet

2 participants