mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Merge pull request #8609 from nojvek/master
Fixes #8582: Add Error.prototype.stack definition
This commit is contained in:
Vendored
+1
@@ -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