pull/1/head
chriseth 8 years ago
parent 6c16ba7102
commit 0e9930f94f
  1. 2
      src/app/files.js

@ -138,6 +138,8 @@ function Files (storage) {
var tree = {}
var self = this
// This does not include '.remix.config', because it is filtered
// inside list().
Object.keys(this.list()).forEach(function (path) {
hashmapize(tree, path, {
'/readonly': self.isReadOnly(path),

Loading…
Cancel
Save