Skip to content

Commit

Permalink
style: ♻️ remove nuisance parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 11, 2023
1 parent 32d3515 commit 92f57ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions electron/exposes/scrcpy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand Down

0 comments on commit 92f57ec

Please sign in to comment.