Unrecognized/unnecessary arguments are passed to chat handler on /fix
#1062
Open
Description
When parsing the arguments from the chat when using the /fix
command, the arguments passed include the error cell code content, which is then printed to stdout unnecessarily (this extra logging does not include the error itself, only the code content). This is shown below:
Solution: Rectify the error in the code to prevent this extra argument and consequent log item. The rest of the behavior of /fix
is correct and it works as expected.