mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-11-01 05:55:25 +00:00
取消ObjectItem的设计,实现起来问题太多
This commit is contained in:
@@ -25,7 +25,7 @@ export class PortDevtools extends PortMan {
|
||||
data.reset(Page.Background, Page.Content);
|
||||
const port = portMgr.getCurrentUsePort();
|
||||
if (!port) {
|
||||
console.warn(`not find andy port`);
|
||||
console.warn(`not find any port`);
|
||||
return;
|
||||
}
|
||||
port.send(data);
|
||||
|
||||
Reference in New Issue
Block a user