mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-24 07:30:15 +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…
Reference in New Issue
Block a user