Skip to content

Commit cb7bcf9

Browse files
committed
build
1 parent 701972f commit cb7bcf9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

dist/index.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ export interface ErrorConfig {
33
message: string;
44
time_thrown?: string;
55
data?: any;
6-
options?: any;
6+
options?: {
7+
showPath?: boolean;
8+
showLocations?: boolean;
9+
};
710
}
811
export interface ErrorInfo {
912
message: string;

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)