filerjs / filer

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

updated environment.js to use const insted of var for constant property #709

Closed pbrahmbhatt3 closed 5 years ago

pbrahmbhatt3 commented 5 years ago

issue-698b fix: Updated the filer/src/shell/environment.js file to use const instead of var for a constant property

codecov-io commented 5 years ago

Codecov Report

Merging #709 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #709   +/-   ##
=======================================
  Coverage   86.71%   86.71%           
=======================================
  Files          16       16           
  Lines        1746     1746           
=======================================
  Hits         1514     1514           
  Misses        232      232
Impacted Files Coverage Δ
src/shell/environment.js 100% <100%> (ø) :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...616b021. Read the comment docs.