Simplify live badge api error log

pull/18/head
Amio 2018-07-17 22:02:22 +08:00
rodzic a4180b3b9d
commit dcb20f6a31
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,7 @@ async function fetchLiveParams (scope, fn, paramsPath) {
console.time(fetchKey)
waitings[fetchKey] = fn(...paramsPath.split('/')).catch(e => {
console.error(fetchKey, e)
console.error(fetchKey, 'LIVE_ERROR', e.message)
return { fail: true }
}).then(result => {
console.timeEnd(fetchKey)