mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-23 04:45:24 +00:00
bugfix
This commit is contained in:
@@ -88,7 +88,9 @@ class CCInspector {
|
||||
case Msg.LogData: {
|
||||
const data: string[] = pluginEvent.data;
|
||||
const value = getValue(this.inspectorGameMemoryStorage, data);
|
||||
console.log(value);
|
||||
// 直接写console.log会被tree shaking
|
||||
const logFunction = console.log;
|
||||
logFunction(value);
|
||||
break;
|
||||
}
|
||||
case Msg.GetObjectItemData: {
|
||||
|
Reference in New Issue
Block a user