node: Added stack to NodeJS.ErrnoException

This commit is contained in:
Joe Herman
2015-07-01 16:10:11 -04:00
parent c7b1128cc9
commit e6967ede70
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -83,6 +83,7 @@ declare module NodeJS {
code?: string;
path?: string;
syscall?: string;
stack?: string;
}
export interface EventEmitter {