Relative Content

Tag Archive for node.jses6-promise

Why is node not awaiting?

With node v18, I am trying to loop over an array of directories, and check if that directory is currently on the main git branch. However the await doesn’t seem to be doing anything. I often have trouble with promises… what am I missing?