Wrap a line of code into the try/catch loop so that it doesn't cause crashes - begins the process to help #99
Adds a Array.isArray check and also changes a forEach to a for...of for slightly more robustness and performance
Checklist
[ ] Does your PR title have the correct title format?
Summary
Wrap a line of code into the try/catch loop so that it doesn't cause crashes - begins the process to help #99 Adds a
Array.isArray
check and also changes aforEach
to afor...of
for slightly more robustness and performanceChecklist