From 92f57eca6aefacdaf6ef655a9bdbdc4ffa02fada Mon Sep 17 00:00:00 2001 From: viarotel Date: Sat, 11 Nov 2023 16:14:55 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E2=99=BB=EF=B8=8F=20remove=20nuisance?= =?UTF-8?q?=20parameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/exposes/scrcpy/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/electron/exposes/scrcpy/index.js b/electron/exposes/scrcpy/index.js index c8ea938..263eb13 100644 --- a/electron/exposes/scrcpy/index.js +++ b/electron/exposes/scrcpy/index.js @@ -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 = []