Files
foreman/data/example/error
T

8 lines
89 B
Ruby
Executable File

#!/usr/bin/env ruby
$stdout.sync = true
puts "will error in 10s"
sleep 5
raise "Dying"