Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
move debugger around
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Oct 21, 2009
1 parent dbf0e71 commit eda4a28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/rack-debug/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

desc 'Launch the Rack::Debug client'
task :debug do
require File.join(File.dirname(__FILE__), '..', 'ext', 'debugger')
require File.join(File.dirname(__FILE__), 'debugger')

begin
Debugger.start_unix_socket_client
Expand Down

0 comments on commit eda4a28

Please sign in to comment.