We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aaadb1 commit fd282cbCopy full SHA for fd282cb
lib/travis/api/app/responders/image.rb
@@ -11,6 +11,8 @@ def set_headers
11
end
12
13
def apply
14
+ puts '---------------------------------c---------------------------------------'
15
+ puts caller
16
set_headers
17
send_file(filename, type: :png, last_modified: last_modified)
18
0 commit comments