cdp-tunnel 3.0.8 → 3.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -263,7 +263,6 @@ class PortPoolManager {
|
|
|
263
263
|
// 如果是 getTargets 响应,按 portIndex 过滤 targetInfos
|
|
264
264
|
if (pending && pending.method === 'Target.getTargets' && msg.result && msg.result.targetInfos) {
|
|
265
265
|
msg.result.targetInfos = msg.result.targetInfos.filter(t => session.targetIds.has(t.targetId));
|
|
266
|
-
console.log(`[PORT POOL] getTargets filtered: ${msg.result.targetInfos.length} targets for port ${session.port}`);
|
|
267
266
|
}
|
|
268
267
|
|
|
269
268
|
// 恢复原始 id,发给发起请求的 client
|