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
If statSync errors out, it doesn't get handled and stored in the err object, but instead just gets raised and stops the entire function. This can be easily reproduced by just passing in a path to a wav file that doesn't actually exist. This can probably be fixed by just surrounding the statSync call with a try/catch block to catch these errors. Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
If statSync errors out, it doesn't get handled and stored in the err object, but instead just gets raised and stops the entire function. This can be easily reproduced by just passing in a path to a wav file that doesn't actually exist. This can probably be fixed by just surrounding the statSync call with a try/catch block to catch these errors. Thanks!
The text was updated successfully, but these errors were encountered: