verror: Fix lint

This commit is contained in:
andy-ms
2017-10-22 10:46:51 -07:00
parent 10612bcf84
commit 84da98d35b
+1 -1
View File
@@ -39,7 +39,7 @@ declare namespace VError {
}
interface Options {
cause?: Error | null | undefined;
cause?: Error | null;
name?: string;
strict?: boolean;
constructorOpt?(...args: any[]): void;