From b3fda122080fa1ae032d4de5dbb8ee215a03709e Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:01:30 -0500 Subject: [PATCH] ok, i give up --- crates/nu-cmd-lang/src/core_commands/try_.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-cmd-lang/src/core_commands/try_.rs b/crates/nu-cmd-lang/src/core_commands/try_.rs index bd4ebe7f30..1f16f97908 100644 --- a/crates/nu-cmd-lang/src/core_commands/try_.rs +++ b/crates/nu-cmd-lang/src/core_commands/try_.rs @@ -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, }, ] }