Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from cldwalker/continue_header
Browse files Browse the repository at this point in the history
fix Rack::Lint::LintError on continue command
  • Loading branch information
ryanb committed Jul 25, 2011
2 parents 0e04d7e + 686a630 commit 6121430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/enlighten/application.rb
Expand Up @@ -20,7 +20,7 @@ def call_debugger(command, params)
when "continue"
@debugger.continue
@debugger = nil
[302, {'Location'=> '/' }, []]
[302, {'Location'=> '/', 'Content-Type' => 'text/html'}, []]
else
raise "Unknown debugger command: #{command}"
end
Expand Down

0 comments on commit 6121430

Please sign in to comment.