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

Multiple errors printed before prompt #1373

Open
MilesManners opened this issue Jul 24, 2023 · 0 comments
Open

Multiple errors printed before prompt #1373

MilesManners opened this issue Jul 24, 2023 · 0 comments
Labels
bug Bug related to code base, behavior, displaying, etc.

Comments

@MilesManners
Copy link

The problem

When updating some time back, the async section stopped working. Disabling async via the instructions in #1193 shows the rest of the prompt, but causes errors to display before the spaceship prompt.

usage: tomlq [-h] [--toml-output] [--in-place] [--version]
             [jq_filter] [files ...]
tomlq: error: argument files: can't open 'version': [Errno 2] No such file or directory: 'version'
usage: tomlq [-h] [--toml-output] [--in-place] [--version]
             [jq_filter] [files ...]
tomlq: error: argument files: can't open 'tool.poetry.version': [Errno 2] No such file or directory: 'tool.poetry.version'
usage: tomlq [-h] [--toml-output] [--in-place] [--version]
             [jq_filter] [files ...]
tomlq: error: argument files: can't open 'project.version': [Errno 2] No such file or directory: 'project.version'

~ via ⬢ v19.7.0

Relevant Zsh configuration

SPACESHIP_PROMPT_ASYNC=false

What is version of Spaceship are you using?

v4.14.0-1-g8461d88

What is version of Zsh are you using?

5.9

What operation system are you running?

Arch Linux

Do you use any Zsh framework or plugin manager?

Oh My Zsh

Which terminal emulator do you use?

xterm-256color

Additional information

No response

@MilesManners MilesManners added the bug Bug related to code base, behavior, displaying, etc. label Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug related to code base, behavior, displaying, etc.
Development

No branches or pull requests

1 participant