mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2026-04-13 11:23:31 +00:00
fix req_name
patch bump
This commit is contained in:
@@ -33,7 +33,7 @@ module OBSWS
|
||||
|
||||
def message
|
||||
msg = [
|
||||
"Request #{@name} returned code #{@code}."
|
||||
"Request #{@req_name} returned code #{@code}."
|
||||
]
|
||||
msg << "With message: #{@msg}" if @msg
|
||||
msg.join(" ")
|
||||
|
||||
@@ -11,7 +11,7 @@ module OBSWS
|
||||
end
|
||||
|
||||
def patch
|
||||
2
|
||||
3
|
||||
end
|
||||
|
||||
def to_a
|
||||
|
||||
Reference in New Issue
Block a user