Skip to content

Commit

Permalink
Fix flaky test on jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Mar 31, 2024
1 parent 6cf4618 commit d80c4be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/sass/compiler/host.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ def version_response(message)
def error(message)
case message
when EmbeddedProtocol::ProtocolError
@error = Errno::EPROTO.new(message.message)
@stream.error(@error)
raise Errno::EPROTO, message.message
else
@error ||= message
end
Expand Down

0 comments on commit d80c4be

Please sign in to comment.