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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
fs.execSync should be implemented in a manner that does not require throwing and catching an exception. Often while debugging a useful strategy is to break on all exceptions when searching for a problem. Having this function throw an exception just means more noise to wade through.