Missing parentheses around compound return message
Open
- Dominant language
- Less
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/Dyalog/DUI/blob/87965730f31aa982599e6c22555b3a0262dda840/DUI.dyalog#L109
should be
```apl
→EXIT⊣r←2('WC2 folder not found: "',(∊⍕WC2Root),'"')
```
https://github.com/Dyalog/DUI/blob/87965730f31aa982599e6c22555b3a0262dda840/DUI.dyalog#L113
should be
```apl
→EXIT⊣r←3('WC2 folder does does not appear to contain WC2: "',WC2Root,'"')
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.