Dynamically imported module evaluation is still pending
I'm very confused on the error i put as the title because in my program i'm trying to just import some files in a directory and i get this really not self explainatory error, does somebody know anything? Thanks 😁
Code:
5 Replies
If this code is inside an async function, make sure it's being called with
await
this loop is in the top level of the file
And that if those calls are in other async functions, that those are also called with await, and so on
Oh
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
deno run