Merge pull request #82 from ethereum/yann300-patch-7

Warn that the sharedFolder changed
pull/3094/head
yann300 5 years ago committed by GitHub
commit 36feeccff7
  1. 1
      src/services/sharedFolder.js

@ -15,6 +15,7 @@ module.exports = {
sharedFolder: function (sharedFolder, readOnly) { sharedFolder: function (sharedFolder, readOnly) {
this.sharedFolder = sharedFolder this.sharedFolder = sharedFolder
this.readOnly = readOnly this.readOnly = readOnly
this.websocket.send(message('rootFolderChanged', {}))
}, },
list: function (args, cb) { list: function (args, cb) {

Loading…
Cancel
Save