Fix ErrnoException

See https://github.com/joyent/node/blob/v0.11.13-release/src/node.cc#L752
This commit is contained in:
impinball
2015-03-19 03:11:03 -04:00
parent 901808304d
commit f7a0bc8ee1
+1 -1
View File
@@ -79,7 +79,7 @@ declare var Buffer: {
************************************************/
declare module NodeJS {
export interface ErrnoException extends Error {
errno?: any;
errno?: number;
code?: string;
path?: string;
syscall?: string;