mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix ErrnoException
See https://github.com/joyent/node/blob/v0.12.0-release/src/node.cc#L762
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user