You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: