Modify block diagram's logger to global log

This commit is contained in:
Gang Chen
2025-07-06 01:09:36 +08:00
parent 91f141f772
commit 79ba50216a

View File

@@ -287,7 +287,7 @@ const setBlock = (block: Block) => {
blockDatabase.set(block.id, block); blockDatabase.set(block.id, block);
}; };
const getLogger = () => console; const getLogger = () => log;
/** /**
* Return all of the style classes * Return all of the style classes