mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
node: Added stack to NodeJS.ErrnoException
This commit is contained in:
Vendored
+1
@@ -83,6 +83,7 @@ declare module NodeJS {
|
||||
code?: string;
|
||||
path?: string;
|
||||
syscall?: string;
|
||||
stack?: string;
|
||||
}
|
||||
|
||||
export interface EventEmitter {
|
||||
|
||||
Reference in New Issue
Block a user