Observed: pasted multiline code doesn't run
Workaround: submit ; semicolon in chat manually
I think the macro skips the final lines if empty, but the debug console expects at least one last line without the > prefix to execute all the previous code.
Ideally the script would eliminate all empty lines at the end so the last code line is detected as such by the console and triggers code execution. Otherwise use the workaround.
Observed: pasted multiline code doesn't run
Workaround: submit
;semicolon in chat manuallyI think the macro skips the final lines if empty, but the debug console expects at least one last line without the
>prefix to execute all the previous code.Ideally the script would eliminate all empty lines at the end so the last code line is detected as such by the console and triggers code execution. Otherwise use the workaround.