diff --git a/electron-docs-main.ts b/electron-docs-main.ts index 916886ed3..be6d59ad2 100644 --- a/electron-docs-main.ts +++ b/electron-docs-main.ts @@ -228,7 +228,7 @@ async function registerHandlers() { return; } - console.log("Got entity changed ", e); + console.log("Got entity changed", e.entityName, e.entity.title); debouncer(); }); }