This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix bug: "Error: Not running" when stop server #647
Open
rayosu
wants to merge
14
commits into
NetEase:master
Choose a base branch
from
cosmosbox:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix bug: when use command "pomelo stop" to stop server, will be throw an exception: "Error: Not running"
LGTM |
if it is ok, it should be merged |
Change-Id: I749e7ea45f9702a333e0787825aa3df83eafd64d Signed-off-by: xy <[email protected]>
Change-Id: I6bf46bb40f2dd31ed6c8ba0466f7895669e7e1a8 Signed-off-by: xy <[email protected]>
Change-Id: I9ec743bdb70fc091cb64d20c499f4b9f386878ff Signed-off-by: xy <[email protected]>
the function check port use a unix-only command "grep", changed it to "findstr"
now "pomelo add" can work in Windows by using "netstat -ano |find str /I 8000" |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix bug: when use command "pomelo stop" to stop server, will be throw an exception: "Error: Not running"