fix(ci): prevent bad formatting [skip ci]

This commit is contained in:
lowlighter
2022-04-23 10:41:31 -04:00
parent 70202c4ebc
commit 1afe024de6

View File

@@ -68,6 +68,8 @@ async function retry(func, {retries = 1, delay = 0} = {}) {
return null
}
//=====================================================================================================
//Runner
(async function() {
try {