Etan Kissling d0d6fb45b2
catch exceptions in splitCompletionLine (#77)
We currently return `@[]` in `splitCompletionLine` when there is
unexpected or unsupported input via environment variables, but let
exceptions during parsing propagate to the caller. Catching those
exceptions allows the caller to use same behaviour regardless of
the nature of unexpected input (either through env, or parsing).
Currently, callers don't seem to be aware of the exceptions, so
going with the behaviour used for environment errors of returning `@[]`.
2023-06-13 10:36:33 +02:00
..
2022-03-04 23:24:58 +02:00
2023-02-15 15:26:53 +07:00
2023-02-15 15:26:53 +07:00