fastboot-app-server icon indicating copy to clipboard operation
fastboot-app-server copied to clipboard

`this.fastboot` is possibly `undefined`

Open nathanhammond opened this issue 6 years ago • 0 comments

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

nathanhammond avatar Feb 25 '19 23:02 nathanhammond