Jacky Zhao
2023-08-03 429f331c212d598b0d7ff44f20f75cf007bcf32b
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)