Skip to content

Commit

Permalink
Handle WarningsDuringVerification in http server
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Dec 26, 2024
1 parent 4e4e30c commit 98f31ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ object ViperIDEProtocol extends akka.http.scaladsl.marshallers.sprayjson.SprayJs
case q: QuantifierInstantiationsMessage => q.toJson
case q: QuantifierChosenTriggersMessage => q.toJson
case v: VerificationTerminationMessage => v.toJson
case w: WarningsDuringVerification => w.toJson
}))
})

Expand Down

0 comments on commit 98f31ac

Please sign in to comment.