mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Merge pull request #4793 from Penryn/master
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 {
|
||||
|
||||
Vendored
+1
@@ -83,6 +83,7 @@ declare module NodeJS {
|
||||
code?: string;
|
||||
path?: string;
|
||||
syscall?: string;
|
||||
stack?: string;
|
||||
}
|
||||
|
||||
export interface EventEmitter {
|
||||
|
||||
Vendored
+1
@@ -73,6 +73,7 @@ interface ErrnoException extends Error {
|
||||
code?: string;
|
||||
path?: string;
|
||||
syscall?: string;
|
||||
stack?: string;
|
||||
}
|
||||
|
||||
interface EventEmitter {
|
||||
|
||||
Vendored
+1
@@ -144,6 +144,7 @@ declare module NodeJS {
|
||||
code?: string;
|
||||
path?: string;
|
||||
syscall?: string;
|
||||
stack?: string;
|
||||
}
|
||||
|
||||
export interface EventEmitter {
|
||||
|
||||
Reference in New Issue
Block a user