This commit is contained in:
syuilo
2018-10-26 08:36:50 +09:00
parent f00489196d
commit 5b1cd3bd3c
18 changed files with 18 additions and 18 deletions

View File

@@ -62,7 +62,7 @@ export default (endpoint: string, user: IUser, app: IApp, data: any, file?: any)
console.warn(`SLOW API CALL DETECTED: ${ep.name} (${time}ms)`);
}
} catch (e) {
rej(e);
rej(e.message);
return;
}