Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dselivanov committed Apr 14, 2024
2 parents f08251e + a7cb418 commit 04fd819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description:
application development. Out of the box allows to serve requests using
'Rserve' package, but flexible enough to integrate with other HTTP servers
such as 'httpuv'.
Version: 1.2.1
Version: 1.2.2
Authors@R: c(
person(given = "Dmitry",
family = "Selivanov",
Expand Down
2 changes: 1 addition & 1 deletion R/Application.R
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ Application = R6::R6Class(
# HTTPError response
x = x$response
} else {
if (inherits(x, "simpleError")) {
if (inherits(x, "error")) {
# means UNHANDLED exception in middleware
self$logger$error(
"",
Expand Down

0 comments on commit 04fd819

Please sign in to comment.