filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
621 stars 154 forks source link

Issue #715: Edit fs.lstat.spec.js to change var to let and const and add strict mode #721

Closed hoaianhkhang closed 5 years ago

hoaianhkhang commented 5 years ago

I have changed first 2 variable into const, and some variable also to const when It is not changed later on, the rest var was changed into let