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

Commit 8dffd32

Browse files
will pankiewiczwill pankiewicz
authored andcommitted
bump version to v3.1.11
1 parent d6306a4 commit 8dffd32

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)