mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
add filesystem(file explorer) support, done
This commit is contained in:
parent
b258837757
commit
1dccda5e2a
11 changed files with 174 additions and 74 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue