Skip to content

Commit 0a6648c

Browse files
fix: unreadable error logs (#122)
1 parent d5167ec commit 0a6648c

File tree

1 file changed

+1
-1
lines changed
  • packages/indexer/src/data-indexing/service

1 file changed

+1
-1
lines changed

packages/indexer/src/data-indexing/service/Indexer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class Indexer {
7575
notificationPath: "across-indexer-error",
7676
blockRangeResult,
7777
dataIdentifier: this.dataHandler.getDataIdentifier(),
78-
error,
78+
error: JSON.stringify(error),
7979
});
8080
blockRangeProcessedSuccessfully = false;
8181
} finally {

0 commit comments

Comments
 (0)