Skip to content

Commit

Permalink
Update the download_emulators default to true. The user has indicated…
Browse files Browse the repository at this point in the history
… they want to use the emulators we should download them right away to speed up their use and enable the suite to work better offline. (#5123)
  • Loading branch information
christhompsongoogle authored Dec 9, 2022
1 parent cbe5790 commit 934e4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/features/emulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export async function doSetup(setup: any, config: any) {
name: "download",
type: "confirm",
message: "Would you like to download the emulators now?",
default: false,
default: true,
},
]);
}
Expand Down

0 comments on commit 934e4e5

Please sign in to comment.