We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c53c50 commit 4f7bbe3Copy full SHA for 4f7bbe3
examples/command.roc
@@ -92,4 +92,4 @@ status_example! = |{}|
92
Stderr.line!("Command failed with exit code: ${Num.to_str(exit_code)}")
93
94
Err(err) ->
95
- Stderr.line!("Failed to start executing command: ${Inspect.to_str(err)}")
+ Stderr.line!("Failed to get exit code for command, error: ${Inspect.to_str(err)}")
0 commit comments