Skip to content

Commit ef75346

Browse files
committed
Merge pull request #8609 from nojvek/master
Fixes #8582: Add Error.prototype.stack definition
2 parents cf74930 + 94d8888 commit ef75346

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)