Open robertlzj opened 2 years ago
I'm not sure, but this doesn't seem to be coming from ZBS, as I don't see a message like this anywhere. What's the shortest script you can reproduce this on?
Hi~
I use io.popen('command 2>nul')
(or 2>&1
) to eliminate unwanted output.
So, it is generated by command (stderr?).
And maybe, ZBS prompt distinguish stderr from stdout is nice.
Something like [stderr]: Processing...
Even more, output from ZBS and script. 😂
Hi, output 'Processing...' period repeatedly within normal output, even may occurs after the last
print
at bottom code (then exit correctly).I use some
io.popen
, but already read and close it. And which command (DU.exe
from Disk Usage - Windows Sysinternals | Microsoft Docs) won't get 'Processing...' in CMD line.Is it relative with zbs? 😂