lib/prmd/commands/combine.rb in prmd-0.11.8 vs lib/prmd/commands/combine.rb in prmd-0.11.9
- old
+ new
@@ -62,10 +62,10 @@
# @param [Array<String>] paths
# @param [Hash<Symbol, Object>] options
# @return (see .load_files)
def self.load_schemas(paths, options = {})
files = crawl_map(paths, options)
- schemata = load_files(files.sort, options)
+ schemata = load_files(files, options)
handle_faulty_load(schemata, files) unless options[:faulty_load]
schemata
end
# Escape '#' and '/' in 'href' keys. They need to be escaped in JSON schema,