-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Describe the bug
Since upgrading from, there is a check if the dev server is running, which is great. But in my case, the error message was a little confusing:
Waiting for your dev server to start...
I thought this referred to my tauri server, but in my project, this referred to my front-end server (because I have both).
I think this error message can be clearer if it includes the dev server address, like so:
Waiting for your dev server to start on {address}
Permalink to source:
Line 213 in 759d1af
| logger.warn("Waiting for your dev server to start..."); |
A small, really unimportant request, though :)
Reproduction
No response
Expected behavior
No response
Platform and versions
1.0-rc.2Stack trace
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers