From 1afe024de6f7e94c9a78196a78b81d92292fb6cb Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 23 Apr 2022 10:41:31 -0400 Subject: [PATCH] fix(ci): prevent bad formatting [skip ci] --- source/app/action/index.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/app/action/index.mjs b/source/app/action/index.mjs index 8973aa6b..471fe7c1 100644 --- a/source/app/action/index.mjs +++ b/source/app/action/index.mjs @@ -68,6 +68,8 @@ async function retry(func, {retries = 1, delay = 0} = {}) { return null } +//===================================================================================================== + //Runner (async function() { try {