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 printing (echo/less) via server-side invocation, output that mirrors that of the previous command throws an error:
Recursive loop in echo detected, skip
Expected behavior
Output should print error-free after both submissions
Actual behavior
The second submission prints only an error message
Those recursive guard is pretty flaky, maye I should remove it, and if it create recursive loop, it will be user problem. Will check if I can fix this without removing this check and if not I will just remove it.
Issue summary
When printing (echo/less) via server-side invocation, output that mirrors that of the previous command throws an error:
Recursive loop in echo detected, skip
Expected behavior
Output should print error-free after both submissions
Actual behavior
The second submission prints only an error message
Steps to reproduce
Client-side:
Server-side (script.php):
The text was updated successfully, but these errors were encountered: