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

Restart functions #9

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Restart functions #9

wants to merge 7 commits into from

Conversation

il12
Copy link
Collaborator

@il12 il12 commented Sep 17, 2021

Add some functions to start/stop/restart TMServer on Windows.
Add command line options in config.

encoding: 'utf8',
cwd: config.TMDS.pathToTMServerDirectory,
});
} else {
Copy link
Owner

Choose a reason for hiding this comment

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

если else последний, то его можно опустить, ретёрная из ифаков

config.js Outdated
@@ -4,6 +4,82 @@
*/

const config = {
// System settings to stop/start/restart TM Server
TMDS: {
Copy link
Owner

Choose a reason for hiding this comment

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

эту штуку навернео стоит вынести в отдельный сервер конфиг

Refactoring: Starting TMDedicated Server now returns child process of TM Server;
Refactoring:
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

Successfully merging this pull request may close these issues.

2 participants