Fix ErrnoException

See https://github.com/joyent/node/blob/v0.12.0-release/src/node.cc#L762
This commit is contained in:
impinball
2015-03-19 03:12:46 -04:00
parent f7a0bc8ee1
commit 6dfc9b47d2
+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;