Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 19215f7

Browse files
authored
Merge pull request #2806 from w3f/will-v3.1.11
v3.1.11
2 parents c489560 + 8dffd32 commit 19215f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/common/src/chaindata/chaindata.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ export const handleError = async (chaindata, e, functionName: string) => {
371371
} else {
372372
logger.error(`Error in ${functionName}: ${errorMessage}`, chaindataLabel);
373373
}
374+
throw new Error("Error in ChainData");
374375
};
375376

376377
export default ChainData;

0 commit comments

Comments
 (0)