The bug
The /execute command produces the outputs of all of the commands that it runs. However, for any that fail, it produces the additional message “Failed to execute ‘[command]’ as [sender]'”. This muddies the output, especially in command blocks, and goes against the pattern of one output message per command run.
How to reproduce
Run
/setblock ~ ~ ~ airwhile standing in airNow run
/execute run setblock ~ ~ ~ air
Expected result
Both commands should have the same output
Observed result
The second command produces a superfluous second error message
Linked issues
Comments 0
No comments.