Commit 32708b8a authored by yann300's avatar yann300

isReadonly always return false

parent 419dcc71
......@@ -145,8 +145,7 @@ module.exports = class SharedFolder {
}
isReadOnly (path) {
if (this.files) return this.files[path]
return true
return false // TODO: add a callback here to allow calling remixd
}
remove (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