| 1 | import { app, api, ComfyWidgets, LiteGraph, TLGraphNode } from './comfy/index.js'; |
| 2 | import { commonPrefix, displayContext } from './common.js'; |
| 3 | app.registerExtension({ |
| 4 | name: 'Crystools.Debugger.ConsoleAny', |
nothing calls this directly
no test coverage detected