Skip to content

Commit 893ab93

Browse files
committed
Tweak error message
1 parent 6d010c0 commit 893ab93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/sdk-server-edge/src/api/EdgeFeatureStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class EdgeFeatureStore implements LDFeatureStore {
3939
try {
4040
const storePayload = await this._getStorePayload();
4141
if (!storePayload) {
42-
throw new Error(`Error deserializing ${this._rootKey}`);
42+
throw new Error(`Error retrieving valid store payload`);
4343
}
4444

4545
switch (namespace) {

0 commit comments

Comments
 (0)