This commit is contained in:
Ryan Huang
2024-04-23 16:45:08 -04:00
parent 188e44a874
commit 45de18c9de
3 changed files with 4 additions and 5 deletions

View File

@ -19,8 +19,7 @@ export async function createClient(logger: SimpleLogger) {
To start the server, run the following command:
${chalk.yellow("lms server start ")}
${chalk.yellow("lms server start ")}${"\n"}
`,
);
process.exit(1);