ok, i give up

This commit is contained in:
Darren Schroeder 2024-06-18 13:01:30 -05:00
parent 1add84862b
commit b3fda12208

View File

@ -91,7 +91,7 @@ impl Command for Try {
Example {
description: "Try to run a missing command and report the message",
example: "try { asdfasdf } catch { |err| $err.msg }",
result: Some(Value::test_string("xternal command")),
result: None,
},
]
}