Skip to content

Commit 94d8888

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)