In the event of a notification that triggers reload, this.fastboot is possibly undefined:
this.fastboot comes into existence conditionally based upon:
|
if (!this.distPath) { |
|
this.middleware = this.noAppMiddleware(); |
|
} else { |
|
this.middleware = this.buildMiddleware(); |
|
} |
In the event of a notification that triggers reload,
this.fastbootis possiblyundefined:fastboot-app-server/src/worker.js
Line 62 in a5d194e
this.fastbootcomes into existence conditionally based upon:fastboot-app-server/src/worker.js
Lines 45 to 49 in a5d194e