Closed SMoraisAnsys closed 1 day ago
I tested #132 and, as @anaxite mentioned, there was a typo in the code.
The changes consist in correctly declaring variable options and waiting for promises to be resolved, i.e. using await instead of yield.
options
await
yield
I tested #132 and, as @anaxite mentioned, there was a typo in the code.
The changes consist in correctly declaring variable
options
and waiting for promises to be resolved, i.e. usingawait
instead ofyield
.