scholarsmate commented on code in PR #414:
URL: https://github.com/apache/daffodil-vscode/pull/414#discussion_r1067377640
##########
server/core/src/main/scala/org.apache.daffodil.debugger.dap/DAPodil.scala:
##########
@@ -173,7 +173,7 @@ class DAPodil(
case extract(Command.PAUSE, _) =>
pause(request)
case extract(Command.DISCONNECT, args: DisconnectArguments) =>
disconnect(request, args)
case extract(Command.EVALUATE, args: EvaluateArguments) =>
eval(request, args)
- case _ =>
Logger[IO].warn(show"unhandled request $request") *>
session.sendResponse(request.respondFailure())
Review Comment:
You probably want to keep the original formatting.
--
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]