mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 22:51:17 -05:00
Merge pull request #8609 from nojvek/master
Fixes #8582: Add Error.prototype.stack definition
This commit is contained in:
1
src/lib/es5.d.ts
vendored
1
src/lib/es5.d.ts
vendored
@@ -864,6 +864,7 @@ declare const RegExp: RegExpConstructor;
|
||||
interface Error {
|
||||
name: string;
|
||||
message: string;
|
||||
stack?: string;
|
||||
}
|
||||
|
||||
interface ErrorConstructor {
|
||||
|
||||
Reference in New Issue
Block a user