Skip to content

Conversation

adoxic
Copy link
Collaborator

@adoxic adoxic commented Oct 26, 2019

No description provided.

async function fileLooper(path) {
const arr = await fileNameGetter(path);
const fileContent = [];
Promise.all(arr.forEach(async file => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arr.map

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants