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
I see that the code allows for you to do exec(cmd, callback), and it will create an empty options object. However, this will mean async is false, so the callback is not used.
It seems like if you passed a callback, you expect it to be async?