Closed danprueitt closed 1 year ago
Fixes #39 exception on undefined.concat.
This change ensures the inclusion of a package only when it exists and has the 'include' property. Before, the logic would throw an error when the function's package property exists but doesn't have the 'include' property.
Thanks!
Fixes #39 exception on undefined.concat.
This change ensures the inclusion of a package only when it exists and has the 'include' property. Before, the logic would throw an error when the function's package property exists but doesn't have the 'include' property.