amtrack / force-dev-tool

[DEPRECATED] Command line tool supporting the Force.com development lifecycle
MIT License
108 stars 37 forks source link

#251: Validate that Component is not null before accessing it's attributes #264

Closed dabdemon closed 2 years ago

dabdemon commented 4 years ago

Since Salesforce new APIs are intriducing new metadata, some may not be still ready on the CLI pluging when generating the delta packages. If that is the case, the component is null and trying to access its attributes is actually breaking the whole process.

This PR is fixing the error #251