[go: nahoru, domu]

Skip to content

Commit

Permalink
add better messaging when the emulator UI isn't started (#4658)
Browse files Browse the repository at this point in the history
* add better messaging when the emulator UI isn't started

* fix no-unused-vars everywhere

* fix some wording

* bad merge fixes

* update message
  • Loading branch information
bkendall committed Jun 22, 2022
1 parent faeba42 commit 004429b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/emulator/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,9 +747,8 @@ export async function startAll(
"WARN",
"emulators",
"The Emulator UI is not starting, either because none of the emulated " +
"features interact with the Emulator UI or it cannot determine the " +
"Project ID. Configure your default project with 'firebase use' or " +
"pass the --project flag"
"products have an interaction layer in Emulator UI or it cannot " +
"determine the Project ID. Pass the --project flag to specify a project."
);
}

Expand Down

0 comments on commit 004429b

Please sign in to comment.