Fix ErrnoException

See https://github.com/joyent/node/blob/v0.10.1-release/src/node.cc#L750
This commit is contained in:
impinball
2015-03-19 03:08:38 -04:00
parent 473f43fcba
commit 901808304d
+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;