Skip to content

Commit 4f7bbe3

Browse files
committed
correction
1 parent 6c53c50 commit 4f7bbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/command.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ status_example! = |{}|
9292
Stderr.line!("Command failed with exit code: ${Num.to_str(exit_code)}")
9393

9494
Err(err) ->
95-
Stderr.line!("Failed to start executing command: ${Inspect.to_str(err)}")
95+
Stderr.line!("Failed to get exit code for command, error: ${Inspect.to_str(err)}")

0 commit comments

Comments
 (0)