serverless / serverless-plugin-typescript

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

fix: watch files callback missing correct this context #163

Closed JackCuthbert closed 5 years ago

JackCuthbert commented 5 years ago

After the refactor, I broke this by removing the bind in the hooks. Adding the bind to the callback function retains the this context while keeping the modularity of the hooks property.

Fixes #162

divyenduz commented 5 years ago

:tada: This PR is included in version 1.1.9 :tada:

The release is available on:

Your semantic-release bot :package::rocket: