You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than looking in a specific location for the conga workspace and if it's not there failing, we should also try ⎕cy'conga' and then fail .. something along the lines of
Rather than looking in a specific location for the conga workspace and if it's not there failing, we should also try ⎕cy'conga' and then fail .. something along the lines of
:Trap 0
⎕CY dyalog,'ws/conga'
:Else
:Trap 0
⎕CY'conga'
:Else
'Unable to find conga.dws'⎕SIGNAL 666
:EndTrap
:EndTrap
Certainly in bd1513b
The text was updated successfully, but these errors were encountered: