1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

add filesystem(file explorer) support, done

This commit is contained in:
hzsunshx 2015-09-22 17:16:46 +08:00
parent b258837757
commit 1dccda5e2a
11 changed files with 174 additions and 74 deletions

View file

@ -836,6 +836,16 @@ module.exports = function(options) {
)
])
})
.on('fs.list', function(channel, responseChannel, data){
joinChannel(responseChannel)
push.send([
channel
, wireutil.transaction(
responseChannel
, new wire.FileSystemListMessage(data)
)
])
})
})
.finally(function() {
// Clean up all listeners and subscriptions