Skip to content

Commit 58d8588

Browse files
authored
Merge pull request #110 from gracefullight/patch-1
fix(type): nullable context
2 parents 0453029 + 5f4dc22 commit 58d8588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracekit.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export interface StackFrame {
44
args:string[];
55
line:number;
66
column:number;
7-
context:string[];
7+
context:null | string[];
88
}
99

1010
export interface StackTrace {

0 commit comments

Comments
 (0)