warn that the sharedFolder changed

remixd
yann300 5 years ago committed by GitHub
parent d15e205133
commit aa7d4a2792
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