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
child_process.execFile() should be used over .exec() as it's both faster and safer. I think we should also use either pify or execa to make the code more readable.
The text was updated successfully, but these errors were encountered:
child_process.execFile()
should be used over.exec()
as it's both faster and safer. I think we should also use eitherpify
orexeca
to make the code more readable.The text was updated successfully, but these errors were encountered: