likyh commented on code in PR #4792:
URL: 
https://github.com/apache/incubator-devlake/pull/4792#discussion_r1150059643


##########
config-ui/src/hooks/use-refresh-data.ts:
##########
@@ -61,6 +61,7 @@ export const useRefreshData = <T>(request: (signal: 
AbortSignal) => Promise<T>,
           return;
         }
         ref.current.state = 'error';
+        console.error(err);

Review Comment:
   Now if an error occurs and there is no external export, we are completely 
unaware that an error has occurred. So I add it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to