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
Before
======
For some reason, our old method was sporadic
```
node --help | grep -qs "\\--openssl-legacy-provider"
```
node help was throwing a socket close error every few runs locally
After
=====
We are running node a new way that does not throw an exception.
We changed over to back ticks to hide the output from the command
But the $? is updated with the status of the system call and we determine success
0 commit comments