@@ -80,7 +80,7 @@ export async function exportOnExit(options: Options): Promise<void> {
80
80
try {
81
81
utils . logBullet (
82
82
`Automatically exporting data using ${ FLAG_EXPORT_ON_EXIT_NAME } "${ exportOnExitDir } " ` +
83
- "please wait for the export to finish..." ,
83
+ "please wait for the export to finish..." ,
84
84
) ;
85
85
await exportEmulatorData ( exportOnExitDir , options , /* initiatedBy= */ "exit" ) ;
86
86
} catch ( e : unknown ) {
@@ -364,9 +364,9 @@ export async function startAll(
364
364
"ERROR" ,
365
365
Emulators . EXTENSIONS ,
366
366
`Unable to look up project number for ${ options . project } .\n` +
367
- " If this is a real project, ensure that you are logged in and have access to it.\n" +
368
- " If this is a fake project, please use a project ID starting with 'demo-' to skip production calls.\n" +
369
- " Continuing with a fake project number - secrets and other features that require production access may behave unexpectedly." ,
367
+ " If this is a real project, ensure that you are logged in and have access to it.\n" +
368
+ " If this is a fake project, please use a project ID starting with 'demo-' to skip production calls.\n" +
369
+ " Continuing with a fake project number - secrets and other features that require production access may behave unexpectedly." ,
370
370
) ;
371
371
}
372
372
}
@@ -917,7 +917,7 @@ export async function startAll(
917
917
"WARN" ,
918
918
"dataconnect" ,
919
919
"'firebase.json#emulators.dataconnect.dataDir' is set and `--import` flag was passed. " +
920
- "This will overwrite any data saved from previous runs." ,
920
+ "This will overwrite any data saved from previous runs." ,
921
921
) ;
922
922
if (
923
923
! options . nonInteractive &&
@@ -1025,8 +1025,8 @@ export async function startAll(
1025
1025
"WARN" ,
1026
1026
"emulators" ,
1027
1027
"The Emulator UI is not starting, either because none of the running " +
1028
- "emulators have a UI component or the Emulator UI cannot " +
1029
- "determine the Project ID. Pass the --project flag to specify a project." ,
1028
+ "emulators have a UI component or the Emulator UI cannot " +
1029
+ "determine the Project ID. Pass the --project flag to specify a project." ,
1030
1030
) ;
1031
1031
}
1032
1032
0 commit comments