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.
async
1 parent 9453a23 commit c50fed2Copy full SHA for c50fed2
packages/angular_devkit/build_angular/src/utils/server-rendering/render-worker.ts
@@ -28,7 +28,7 @@ export interface RenderOptions {
28
const { outputFiles, document, inlineCriticalCss } = workerData as RenderWorkerData;
29
30
/** Renders an application based on a provided options. */
31
-async function render(options: RenderOptions): Promise<RenderResult> {
+function render(options: RenderOptions): Promise<RenderResult> {
32
return renderPage({
33
...options,
34
outputFiles,
0 commit comments