mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 16:25:13 +02:00
Implement get SD card status (if it's mounted or not).
This commit is contained in:
@@ -35,6 +35,7 @@ module.exports = function(options) {
|
||||
.dependency(require('./device/plugins/account'))
|
||||
.dependency(require('./device/plugins/ringer'))
|
||||
.dependency(require('./device/plugins/wifi'))
|
||||
.dependency(require('./device/plugins/sd'))
|
||||
.define(function(options, solo) {
|
||||
if (process.send) {
|
||||
// Only if we have a parent process
|
||||
|
||||
Reference in New Issue
Block a user