mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
fix "unused variable" warning
This commit is contained in:
parent
2cbe42e91c
commit
2c544cabaa
1 changed files with 1 additions and 1 deletions
|
@ -1355,7 +1355,7 @@ module Sinatra
|
|||
set :running, true
|
||||
yield server if block_given?
|
||||
end
|
||||
rescue Errno::EADDRINUSE => e
|
||||
rescue Errno::EADDRINUSE
|
||||
$stderr.puts "== Someone is already performing on port #{port}!"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue