Skip to content

Commit

Permalink
Fix additional symbol syntax in backtracking
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed May 13, 2024
1 parent 4f4743e commit e056e81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def mark_original_page_resources_for_fast_refresh(pages)
end

def transform_resources_for_fast_refresh(marked_resources, found_gen_pages)
marked_resources.each(&:transform!.(:write))
marked_resources.each { _1.transform!.write }
number_of_resources = marked_resources.length
number_of_resources += 1 if found_gen_pages
Bridgetown.logger.info(
Expand Down

0 comments on commit e056e81

Please sign in to comment.