Skip to content

Commit 6e12a30

Browse files
yahondakoic
andauthored
Update lib/solid_queue/supervisor/pidfile.rb
Co-authored-by: Koichi ITO <[email protected]>
1 parent cbf52d9 commit 6e12a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/solid_queue/supervisor/pidfile.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def check_status
2929
else
3030
FileUtils.mkdir_p File.dirname(path)
3131
end
32-
rescue Errno::ESRCH => _e
32+
rescue Errno::ESRCH
3333
# Process is dead, ignore, just delete the file
3434
delete
3535
rescue Errno::EPERM

0 commit comments

Comments
 (0)