We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ea7b5 commit 962fd0fCopy full SHA for 962fd0f
src/init/features/emulators.ts
@@ -122,7 +122,7 @@ export async function actuate(setup: Setup): Promise<void> {
122
emulatorsConfig.ui = { ...emulatorsConfig.ui, ...emulatorsInfo.config.ui };
123
} else if (key === "singleProjectMode") {
124
emulatorsConfig.singleProjectMode = emulatorsInfo.config[key];
125
- }else if (emulatorsInfo.config[key]) {
+ } else if (emulatorsInfo.config[key]) {
126
emulatorsConfig[key] = { ...emulatorsConfig[key], ...emulatorsInfo.config[key] };
127
}
128
0 commit comments