You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Here we have await yarnPackageManager.isAvailable() and here we call checkAlreadyInstalledRecipes after 10 seconds timeout which call another function, which use project.packageManager.isInstalled. What if first await is not completed?
We got this:
I didn't dig deeply into Environment.hasCommand and why it is not return any result, but i got this error
I think it's not good idea to use timeout there
The text was updated successfully, but these errors were encountered:
Thanks a lot for the input @plxel! You are right, it was a really bad idea to use setTimeout here.
I suggested a fix with #66, please git pull and let me know if you still run into any similar issues. :)
Thank you!
Hello! Here we have
await yarnPackageManager.isAvailable()
and here we callcheckAlreadyInstalledRecipes
after 10 seconds timeout which call another function, which useproject.packageManager.isInstalled
. What if first await is not completed?We got this:
I didn't dig deeply into
Environment.hasCommand
and why it is not return any result, but i got this errorI think it's not good idea to use timeout there
The text was updated successfully, but these errors were encountered: