mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Add reason of why device and control are undefined sometimes.
This commit is contained in:
@@ -23,7 +23,6 @@ module.exports = function RemoteDebugCtrl($scope, $timeout, gettext) {
|
||||
}
|
||||
|
||||
$scope.$watch('platform', function (newValue) {
|
||||
console.log('newValue', newValue)
|
||||
if (newValue === 'native') {
|
||||
$scope.remoteDebugTooltip =
|
||||
gettext('Run the following on your command line to debug the device from your IDE')
|
||||
|
||||
Reference in New Issue
Block a user