filerjs / filer

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

Updated file for issue #714 #732

Closed otkach closed 5 years ago

otkach commented 5 years ago

All vars were changed to let or const. Also 'use strict'; was added to file.

codecov-io commented 5 years ago

Codecov Report

Merging #732 into master will decrease coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #732      +/-   ##
==========================================
- Coverage   86.71%   86.63%   -0.08%     
==========================================
  Files          16       16              
  Lines        1746     1736      -10     
==========================================
- Hits         1514     1504      -10     
  Misses        232      232
Impacted Files Coverage Δ
src/filesystem/interface.js 93.29% <0%> (-0.39%) :arrow_down:
src/stats.js 100% <0%> (ø) :arrow_up:
src/fs-watcher.js 92.3% <0%> (ø) :arrow_up:
src/shell/environment.js 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 26b47ee...6fbc69a. Read the comment docs.

otkach commented 5 years ago

@humphd all changes was made due to your request. Please check if everything is fine.