Added guards so that older patches using modules that now have a file loading option, don't crash when Rack tries to load the file path parameters (which wouldn't be present) from the JSON in the patch.
Checking for the existence of parameters in the patch is Rack module best practice, so I added them to each module.
Added guards so that older patches using modules that now have a file loading option, don't crash when Rack tries to load the file path parameters (which wouldn't be present) from the JSON in the patch.
Checking for the existence of parameters in the patch is Rack module best practice, so I added them to each module.