diff --git a/source/app/action/index.mjs b/source/app/action/index.mjs index df7303c4..a43e4ef7 100644 --- a/source/app/action/index.mjs +++ b/source/app/action/index.mjs @@ -355,6 +355,13 @@ async function wait(seconds) { info(`Save to /metrics_renders/${filename}`, "ok") } + //No output action apart from file on runner + if (_output === "none") { + info.break() + console.log("Success, thanks for using metrics!") + process.exit(0) + } + //Cache if (/markdown/.test(convert)) { const regex = /(?)/g