Frontmatter
| id | 2849 |
| title | buildAll: process exit code |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jan 24, 2022, 8:16 PM |
| updatedAt | Jan 24, 2022, 8:16 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2849 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 24, 2022, 8:16 PM |
not sure why this happened after the JS modules migration, but the process finishes with exit code 13.
all other build programs finish with 0.
for now, i will adjust the end with manually setting it to 0.
feel free to add a comment, in case you have a different idea.