I have a editbox and i would filter the empty lines, but i think there is an bug

i use:

/filter -xcif perform 10 commands.txt $crlf

If in the edibox:

/mode $me -c


/echo test

it runs perfectly
but if i write in editbox:

//mode $me -c


/echo test

Then the filter delete my file and write nothing....