APLProcess has confusing errors if .NET is not available
Open
- Dominant language
- APL
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
If .NET is not accessible or not installed, this leads to an error in the `Run` function - but that result is thrown away (goes into `{}`). So we get VALUE ERROR later tying to inspect `proc.Proc.Id`.
I would suggest to look at the result and to `⎕SIGNAL` an error if we can't start processes - PR coming.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.