mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
add filesystem support(without frontend)
This commit is contained in:
@@ -38,6 +38,7 @@ module.exports = function(options) {
|
||||
.dependency(require('./plugins/ringer'))
|
||||
.dependency(require('./plugins/wifi'))
|
||||
.dependency(require('./plugins/sd'))
|
||||
.dependency(require('./plugins/filesystem'))
|
||||
.define(function(options, heartbeat, solo) {
|
||||
if (process.send) {
|
||||
// Only if we have a parent process
|
||||
|
||||
Reference in New Issue
Block a user