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.
yarn:format
1 parent b482664 commit cddc326Copy full SHA for cddc326
packages/remote-config/src/api.ts
@@ -121,7 +121,9 @@ export async function fetchConfig(remoteConfig: RemoteConfig): Promise<void> {
121
122
const customSignals = rc._storageCache.getCustomSignals();
123
if (customSignals) {
124
- rc._logger.debug(`Fetching config with custom signals: ${JSON.stringify(customSignals)}`);
+ rc._logger.debug(
125
+ `Fetching config with custom signals: ${JSON.stringify(customSignals)}`
126
+ );
127
}
128
// Catches *all* errors thrown by client so status can be set consistently.
129
try {
0 commit comments