Skip to content

Commit

Permalink
Revert "Raise."
Browse files Browse the repository at this point in the history
This reverts commit e945565.
  • Loading branch information
toots committed Nov 21, 2024
1 parent e945565 commit 0298f97
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/libs/request.liq
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,11 @@ def request.single(
if
not fallible and not infallible
then
error.raise(
error.invalid,
"Source was marked a infallible but its request is not a static file."
log.severe(
label=id,
"Source was marked a infallible but its request is not a static file. The \
source is considered fallible for backward compatibility but this will \
fail in future versions!"
)
end

Expand Down

0 comments on commit 0298f97

Please sign in to comment.