Skip to content

Commit d33cd8f

Browse files
authored
Pass the log argument to worker in fastboot-app-server
1 parent 01a9f9b commit d33cd8f

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)