Changeset 1486 for branches/locker-dev


Ignore:
Timestamp:
Feb 22, 2010, 3:47:51 AM (14 years ago)
Author:
gdb
Message:
Explain why we raise an error here
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/locker-dev/locker/deploy/bin/rails

    r1485 r1486  
    174174     Thread.current[:modifications] = {}
    175175     Thread.current[:iterations] = 0
    176      raise RuntimeError # This is a kludge, but at the same time it works.
     176     # This is a kludge, but at the same time it works.
     177     # Will kill the current FCGI process so that it is reloaded
     178     # at next request.
     179     raise RuntimeError
    177180   end
    178181
Note: See TracChangeset for help on using the changeset viewer.