mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-01-31 11:53:50 +01:00
style: ♻️ remove nuisance parameter
This commit is contained in:
parent
32d3515697
commit
92f57eca6a
@ -143,10 +143,9 @@ const mirrorGroup = async (serial, { open = 1, ...options } = {}) => {
|
||||
|
||||
await sleep()
|
||||
|
||||
const displayList = await adbkit.display(serial, command)
|
||||
const displayList = await adbkit.display(serial)
|
||||
|
||||
const filterList = displayList.filter(item => item !== '0')
|
||||
console.log('filterList', filterList)
|
||||
|
||||
const results = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user