Jacky Zhao
2023-07-26 1c1a56902371d20e35ad3849cc806a2272f8e8df
quartz/processors/emit.ts
@@ -24,7 +24,7 @@
  }
  let emittedFiles = 0
  const staticResources = getStaticResourcesFromPlugins(cfg.plugins)
  const staticResources = getStaticResourcesFromPlugins(ctx)
  for (const emitter of cfg.plugins.emitters) {
    try {
      const emitted = await emitter.emit(ctx, content, staticResources, emit)