-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels