Skip to content

Commit

Permalink
updated scout client to send data for debugging with the -p option
Browse files Browse the repository at this point in the history
  • Loading branch information
Highgroove Studios committed Mar 24, 2008
1 parent 056dc94 commit 855bc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scout/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def process_plugin(plugin)
debug "Plugin does not need to be run at this time. " +
"(last run: #{last_run || 'nil'})"
end
data
ensure
debug "Removing plugin code..."
begin
Expand All @@ -145,7 +146,6 @@ def process_plugin(plugin)
error "Unable to remove plugin."
end
info "Plugin #{plugin[:name]} processing complete."
data
end

#
Expand Down

0 comments on commit 855bc8d

Please sign in to comment.