mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
const was just too new for IE.
This commit is contained in:
@@ -115,7 +115,7 @@ module.exports = function LogcatServiceFactory(socket, DeviceService, FilterStri
|
||||
}
|
||||
|
||||
function filterLine(line) {
|
||||
const enabled = true
|
||||
var enabled = true
|
||||
var filters = service.filters
|
||||
|
||||
var matched = true
|
||||
|
||||
Reference in New Issue
Block a user