Commit 0e9930f9 authored by chriseth's avatar chriseth

Comment.

parent 6c16ba71
...@@ -138,6 +138,8 @@ function Files (storage) { ...@@ -138,6 +138,8 @@ function Files (storage) {
var tree = {} var tree = {}
var self = this var self = this
// This does not include '.remix.config', because it is filtered
// inside list().
Object.keys(this.list()).forEach(function (path) { Object.keys(this.list()).forEach(function (path) {
hashmapize(tree, path, { hashmapize(tree, path, {
'/readonly': self.isReadOnly(path), '/readonly': self.isReadOnly(path),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment