mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
This commit is contained in:
committed by
GitHub
parent
b571c249dc
commit
5999379fb0
6
.changes/cli-improve-waiting-devserver-msg.md
Normal file
6
.changes/cli-improve-waiting-devserver-msg.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"cli.rs": patch
|
||||
"cli.js": patch
|
||||
---
|
||||
|
||||
Improve "waiting for your dev server to start" message.
|
||||
@@ -210,7 +210,10 @@ pub fn command(options: Options) -> Result<()> {
|
||||
break;
|
||||
}
|
||||
if i % 3 == 0 {
|
||||
logger.warn("Waiting for your dev server to start...");
|
||||
logger.warn(format!(
|
||||
"Waiting for your frontend dev server to start on {}...",
|
||||
dev_server_url
|
||||
));
|
||||
}
|
||||
i += 1;
|
||||
if i == max_attempts {
|
||||
|
||||
Reference in New Issue
Block a user