Disable stdout for successful device listing
Summary: If it is successful, we rarely care about stdout, which can be quite verbose. So don't use it. Reviewed By: antonk52 Differential Revision: D47339446 fbshipit-source-id: 66f43d4184e44ed07364a6f33715139e19b2dc1d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b1d2bf4b9f
commit
6668420083
@@ -92,7 +92,6 @@ async function queryTargetsWithXcode(
|
||||
cmd,
|
||||
description,
|
||||
success: true,
|
||||
stdout: stdout.toString(),
|
||||
context,
|
||||
});
|
||||
return stdout
|
||||
@@ -146,7 +145,6 @@ async function queryTargetsWithIdb(
|
||||
cmd,
|
||||
description,
|
||||
success: true,
|
||||
stdout: stdout.toString(),
|
||||
context,
|
||||
});
|
||||
|
||||
@@ -193,7 +191,6 @@ async function queryTargetsWithIdbCompanion(
|
||||
cmd,
|
||||
description,
|
||||
success: true,
|
||||
stdout: stdout.toString(),
|
||||
context,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user