Commit b3f286f8 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent f29fd230
......@@ -16,7 +16,7 @@ async function init() {
if (files[i].includes('.csv')) {
try {
await format(files[i])
prom.push(files[i])
} catch (e) {
}
......@@ -24,7 +24,7 @@ async function init() {
}
// await Promise.all(prom)
await Promise.all(prom)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment