mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
JSHint.
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = function LogsCtrl($scope, LogcatService) {
|
||||
if (newValue !== oldValue) {
|
||||
LogcatService.started = newValue
|
||||
if (newValue) {
|
||||
$scope.control.startLogcat([]).then(function (result) {
|
||||
$scope.control.startLogcat([]).then(function () {
|
||||
})
|
||||
} else {
|
||||
$scope.control.stopLogcat()
|
||||
|
||||
Reference in New Issue
Block a user