diff --git a/source/app/action/index.mjs b/source/app/action/index.mjs index e7d99621..10df0b73 100644 --- a/source/app/action/index.mjs +++ b/source/app/action/index.mjs @@ -523,6 +523,8 @@ function quit(reason) { }, {retries: retries_output_action, delay: retries_delay_output_action}) } buffer.content = rendered + await fs.writeFile(paths.join("/renders", filename), buffer.content) + info(`Update /metrics_renders/${filename}`, "ok") } //Check changes