Commit c5d8e9f4 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent b3f286f8
...@@ -16,7 +16,7 @@ async function init() { ...@@ -16,7 +16,7 @@ async function init() {
if (files[i].includes('.csv')) { if (files[i].includes('.csv')) {
try { try {
prom.push(files[i]) prom.push(format(files[i]))
} catch (e) { } catch (e) {
} }
......
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