Don't show app running message twice (#1770)
This commit is contained in:
parent
043648da07
commit
abc09f9074
@ -92,8 +92,9 @@ def run_process_and_launch_url(run_command: list[str]):
|
|||||||
if get_config().frontend_path != "":
|
if get_config().frontend_path != "":
|
||||||
url = urljoin(url, get_config().frontend_path)
|
url = urljoin(url, get_config().frontend_path)
|
||||||
console.print(f"App running at: [bold green]{url}")
|
console.print(f"App running at: [bold green]{url}")
|
||||||
|
first_run = False
|
||||||
else:
|
else:
|
||||||
console.print("New packages detected updating app...")
|
console.print("New packages detected: Updating app...")
|
||||||
else:
|
else:
|
||||||
console.debug(line)
|
console.debug(line)
|
||||||
new_hash = detect_package_change(json_file_path)
|
new_hash = detect_package_change(json_file_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user