Merge pull request #3666 from optical/oboe-error

Change error from string to Error
This commit is contained in:
Masahiro Wakame
2015-02-21 00:01:41 +09:00

2
oboe/oboe.d.ts vendored
View File

@@ -51,7 +51,7 @@ declare module "oboe" {
}
interface FailReason {
thrown?: string;
thrown?: Error;
statusCode?: number;
body?: string;
jsonBody?: Object;