We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b3eb5 commit 2a73eb8Copy full SHA for 2a73eb8
src/templates/core/server/server.app.ts.txt
@@ -44,7 +44,7 @@ function writeJsHeaders(res: express.Response, contentLength: number, type: stri
44
"Content-Type": "application/javascript",
45
"Content-Encoding": type,
46
"Content-Length": contentLength
47
- });
+ })
48
}
49
50
function checkReturnJsFile(filePath: string, res: express.Response, encoding: string, append = true) {
0 commit comments