trendmicro / tlsh

Other
726 stars 135 forks source link

Fix tmpArray is undefined #93

Closed carbureted closed 3 years ago

carbureted commented 3 years ago

When running this in the latest chrome I got an undefined error for tmpArray. Defining it with let resolves the error.

jonjoliver commented 3 years ago

let was introduced in 2015 - so this should work in all modern browsers