Skip to content

Commit af7cfe0

Browse files
committed
refactor: mark local property as readonly in Try class
Signed-off-by: w01fgang <sumin@unix-center.ru>
1 parent 3791c87 commit af7cfe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/Try.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export class Try<
9797
// once, while divergent configs each emit independently.
9898
breadcrumbsEmitted: Set<BreadcrumbOptions<TArgs>>;
9999
};
100-
private local: {
100+
private readonly local: {
101101
breadcrumbData?: Record<string, unknown>;
102102
breadcrumbsAdded: boolean;
103103
};

0 commit comments

Comments
 (0)