serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
781 stars 222 forks source link

Enhance error logging for file not found exceptions #300

Open hangyeol0531 opened 8 months ago

hangyeol0531 commented 8 months ago

Currently, when the handler file cannot be found, only the exact file path is printed out in the console.log.

It would be more convenient to include the exact path in the actual error message for easier troubleshooting.