serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
267 stars 162 forks source link

sls offline cleanup fails if folder does not exist #349

Open wbreza opened 5 years ago

wbreza commented 5 years ago

sls offline cleanup fails if folder does not exist

Description

When running sls offline cleanup the command throw an exception if any function folder does not exist within the filesystem.

If any folder doesn't exist it should be skipped and continue onto the next folder

Similar or dependent issues:

Additional Data