1
0
Fork 0

ci: Automatic code formatting

pull/1/head
GitHub Actions 2021-09-09 16:38:22 +00:00
parent 9e7060707a
commit 60524e8cfa
1 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ async function main(file) {
process.send(result);
}
main(process.argv[2])
.catch((error) => {
main(process.argv[2]).catch((error) => {
log.error(error);
});