We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove the "--nogui" from the velocity option in /src/data/environment/operatingSystem.ts
Having this option causes the velocity servers to crash. I tried fixing it myself, but my limited knowledge of typescript messed me up.
The text was updated successfully, but these errors were encountered:
Already dealt with in the qwik rewrite!
(line 41 already checks if the gui key exists in the selected environment. In Velocity's case, it does not, so the --nogui flag will not be added)
gui
--nogui
Sorry, something went wrong.
I'm assuming the qwik rewrite hasn't been implemented then, right?
Indeed
No branches or pull requests
Remove the "--nogui" from the velocity option in /src/data/environment/operatingSystem.ts
Having this option causes the velocity servers to crash. I tried fixing it myself, but my limited knowledge of typescript messed me up.
The text was updated successfully, but these errors were encountered: