1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Fix infinity path

This commit is contained in:
Thomas Reynolds 2019-06-30 13:44:44 -07:00
parent 17bd300e0b
commit ee7ffee63b

View file

@ -54,7 +54,7 @@ module Middleman::Cli
desc: 'Track file dependencies'
class_option :data_collection_depth,
type: :numeric,
default: Infinity,
default: ::Float::INFINITY,
desc: 'How deep to recurse into data structures when tracking changes.'
class_option :visualize_graph,
type: :boolean,