Skip to content

Commit 079405d

Browse files
st0012ko1
authored andcommitted
Remove unused variable
1 parent 5fb512b commit 079405d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/debug/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def connect
175175
trap(:SIGWINCH){
176176
@width = IO.console_size[1]
177177
}
178-
rescue ArgumentError => e
178+
rescue ArgumentError
179179
@width = 80
180180
end
181181

0 commit comments

Comments
 (0)