ci: auto-regenerate files [skip ci]

This commit is contained in:
lowlighter
2022-07-05 22:40:10 -04:00
parent 130c74b266
commit 87e2f6ced5
14 changed files with 95 additions and 72 deletions

View File

@@ -261,7 +261,7 @@ export default async function(
}
//Handle errors
catch (error) {
throw {error:{message:"An error occured", instance:error}}
throw imports.format.error(error)
}
}
```