ember-fastboot / fastboot-app-server

A production-ready app server for running Ember FastBoot apps
140 stars 74 forks source link

`this.fastboot` is possibly `undefined` #98

Open nathanhammond opened 5 years ago

nathanhammond commented 5 years ago

In the event of a notification that triggers reload, this.fastboot is possibly undefined: https://github.com/ember-fastboot/fastboot-app-server/blob/a5d194e4f32a06c9af42a35eefb242878d868ec2/src/worker.js#L62

this.fastboot comes into existence conditionally based upon: https://github.com/ember-fastboot/fastboot-app-server/blob/a5d194e4f32a06c9af42a35eefb242878d868ec2/src/worker.js#L45-L49