housekeeping

This commit is contained in:
G. Gibson 2025-03-30 09:02:57 -07:00
parent 3486ced021
commit f17e9914a1

View file

@ -1890,6 +1890,6 @@ end
unless ($0 == "irb" || $0 == "jirb" || Module.constants.include?(:IRB))
# ### Place-holder loop for running in the background
while true do
sleep 5.0
sleep 5
end
end