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

Warn that the sharedFolder changed
pull/454/head
yann300 5 years ago committed by GitHub
commit 25961696ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/services/sharedFolder.js

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

Loading…
Cancel
Save