mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 09:57:51 +08:00
2986d29f34
This came to light when a user commented on the IM channels that they were surprised by this warning when the documentation says that "Only try and try-block are required.": compilation error: try must be followed by a catch block or a finally block P.S., The warning is because they had code that (presumably) looked like `try { ... } except { ... }` that should now look like `try { ... } catch { ... }`. |
||
---|---|---|
.. | ||
edit | ||
builtin.md | ||
command.md | ||
edit.md | ||
epm.md | ||
file.md | ||
flag.md | ||
index.toml | ||
language.md | ||
math.md | ||
path.md | ||
platform.md | ||
prelude.md | ||
re.md | ||
readline-binding.md | ||
runtime.md | ||
store.md | ||
str.md | ||
unix.md |