Skip to content

Commit 94d8888

Browse files
committed
Fix #8582: Add Error.prototype.stack definition
1 parent cf74930 commit 94d8888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/es5.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ declare const RegExp: RegExpConstructor;
864864
interface Error {
865865
name: string;
866866
message: string;
867+
stack?: string;
867868
}
868869

869870
interface ErrorConstructor {

0 commit comments

Comments
 (0)