|
Re: Error while deploying Command-Based Code
It would be useful if you could post the source code for your command.
The requires() statements should only be invoked in the Command's constructor. Is it possible you have placed them in the Command's initialize() method? This might be the reason you are getting the error.
|