This commit is contained in:
John Bintz 2014-04-21 14:37:04 -04:00
parent a855fd0795
commit f10c08bf94
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@ After do |s|
end
if source.respond_to?(:feature)
feature = source.feature
in_progress << feature.file_colon_line.gsub(/\:\d+/, ":" + feature.line.to_s)
in_progress << source.feature.file_colon_line.gsub(/\:\d+/, ":" + source.line.to_s)
end
rescue => e
puts e.message