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 {