Skip to content

Commit d520511

Browse files
committed
124369: Fix prefetching info message
1 parent 5ba59b6 commit d520511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export const setupEndpointPrefetching = async (appConfig: AppConfig, destConfigP
259259
};
260260

261261
export const prefetchResponses = async (appConfig: AppConfig, destConfigPath: string, env: any, hfm: ServerHashedFileMapping): Promise<void> => {
262-
console.info('Prefetching endpoint maps');
262+
console.info('Prefetching REST responses');
263263
const restConfig = appConfig.rest;
264264
const prefetchConfig = appConfig.prefetch;
265265

0 commit comments

Comments
 (0)