ZeroBraneStudio icon indicating copy to clipboard operation
ZeroBraneStudio copied to clipboard

Unexpected output 'Processing...'

Open robertlzj opened this issue 2 years ago • 2 comments

Hi, output 'Processing...' period repeatedly within normal output, even may occurs after the last print at bottom code (then exit correctly).

finish. --from my code Processing...--not know from where

Program completed in 0.33 seconds (pid: 124908).

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? 😂

robertlzj avatar May 06 '22 03:05 robertlzj

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?

pkulchenko avatar May 06 '22 05:05 pkulchenko

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. 😂

robertlzj avatar May 13 '22 12:05 robertlzj