bzp2010 commented on a change in pull request #2160:
URL: https://github.com/apache/apisix-dashboard/pull/2160#discussion_r725628572



##########
File path: api/internal/core/store/store.go
##########
@@ -106,7 +108,7 @@ func (s *GenericStore) Init() error {
                key := ret[i].Key[len(s.opt.BasePath)+1:]
                objPtr, err := s.StringToObjPtr(ret[i].Value, key)
                if err != nil {
-                       fmt.Fprintln(os.Stderr, "Error occurred while 
initializing logical store: ", s.opt.BasePath)
+                       _, _ = fmt.Fprintln(os.Stderr, "Error occurred while 
initializing logical store: ", s.opt.BasePath)

Review comment:
       @nic-chen Because my IDE thinks it has error output that is not 
explicitly handled. So it was automatically corrected. XD
   Is it necessary?




-- 
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