Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected output 'Processing...' #1144

Open
robertlzj opened this issue May 6, 2022 · 2 comments
Open

Unexpected output 'Processing...' #1144

robertlzj opened this issue May 6, 2022 · 2 comments
Assignees

Comments

@robertlzj
Copy link

robertlzj commented May 6, 2022

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

@pkulchenko
Copy link
Owner

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 pkulchenko self-assigned this May 6, 2022
@robertlzj
Copy link
Author

robertlzj commented May 13, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants