Skip to content

Commit d09d8c5

Browse files
authored
Merge pull request #892 from Aierie/worker-receives-log-argument
Pass the log argument to worker in fastboot-app-server
2 parents f82d318 + d33cd8f commit d09d8c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/fastboot-app-server/src/fastboot-app-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class FastBootAppServer {
4949
afterMiddleware: this.afterMiddleware,
5050
buildSandboxGlobals: this.buildSandboxGlobals,
5151
chunkedResponse: this.chunkedResponse,
52+
log: this.log,
5253
});
5354

5455
this.worker.start();

0 commit comments

Comments
 (0)