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

Remove double console when opening fakenet #1227

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Remove double console when opening fakenet #1227

merged 1 commit into from
Jan 10, 2025

Conversation

emtuls
Copy link
Member

@emtuls emtuls commented Dec 19, 2024

When opening Fakenet via the shortcut, it spawns a second command prompt which runs Fakenet.

The original intent was to have Fakenet opened in a cmd that would not close after terminating Fakenet, but unfortunately this doesn't seem to be something that can be done via execution through a shortcut, rather, I believe it needs to be done from within Fakenet.

This PR will put fakenet back to its original way where it opens a single command prompt, but will terminate the cmd after closing fakenet.

@emtuls emtuls added 🐛 bug Something isn't working 🌀 FLARE-VM A package or feature to be used by FLARE-VM labels Dec 19, 2024
@emtuls emtuls self-assigned this Dec 19, 2024
@emtuls emtuls requested a review from Ana06 December 20, 2024 13:18
Copy link
Member

@Ana06 Ana06 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even if we run it as a console app (keeping the second console), the one with the fakenet output get closed when stopping fakenet. So I agree we shouldn't run it as a console app. I'll open an issue in fakenet asking to be able to keep the output after stopping fakenet with a future fakenet version.

@Ana06 Ana06 merged commit 313a750 into main Jan 10, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🌀 FLARE-VM A package or feature to be used by FLARE-VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants