Skip to content

Commit 2223f8f

Browse files
chore: add separator
1 parent 317f470 commit 2223f8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mcpm/commands/router.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def start_router(verbose):
138138
start_new_session=True, # create new session, so the process won't be affected by terminal closing
139139
)
140140
if verbose:
141+
console.rule("verbose log start")
141142
with open(log_file, "r") as log:
142143
# print log before startup complete
143144
log.seek(start)
@@ -148,6 +149,7 @@ def start_router(verbose):
148149
console.print(line.strip())
149150
if "Application startup complete." in line:
150151
break
152+
console.rule("verbose log end")
151153

152154
# record PID
153155
pid = process.pid

0 commit comments

Comments
 (0)