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
The code checks for stderr.length to identify if the process existed successfully, but incase when logging is enable with -v or --log-level, it's written to stderr, which makes the promise API reject.
The code checks for stderr.length to identify if the process existed successfully, but incase when logging is enable with -v or --log-level, it's written to stderr, which makes the promise API reject.
Here is a sample code that doesn't work:
One that works:
The text was updated successfully, but these errors were encountered: