Shanedell commented on code in PR #219:
URL: https://github.com/apache/daffodil-vscode/pull/219#discussion_r918337631


##########
server/core/src/main/scala/org.apache.daffodil.debugger.dap/DAPodil.scala:
##########
@@ -84,8 +84,8 @@ object DAPSession {
       dispatcher.unsafeRunSync {
         for {
           _ <- Logger[IO].info(show"R> $request")
-          _ <- requests.offer(Some(request)).recoverWith {
-            case t => Logger[IO].error(t)(show"error during handling of 
request $request")
+          _ <- requests.offer(Some(request)).recoverWith { case t =>

Review Comment:
   This was scalafmt change based on its updates. I can try to see if it can be 
ignored



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