Skip to content

Commit 8d26fd2

Browse files
WIP
1 parent 7121a48 commit 8d26fd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/adapter/shared/renderer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import { PreactBindings, SharedVNode } from "../shared/bindings";
2121
import { inspectVNode } from "./inspectVNode";
2222
import { logVNode } from "../10/log";
2323
import { VNodeTimings } from "./timings";
24+
import { printCommit } from "../debug";
2425

2526
export interface RendererConfig {
2627
Fragment: FunctionalComponent;
@@ -258,6 +259,7 @@ export function createRenderer<T extends SharedVNode>(
258259
profiler.pendingHighlightUpdates.clear();
259260
}
260261

262+
printCommit(ev.data);
261263
port.send(ev.type as any, ev.data);
262264
},
263265
onUnmount,

0 commit comments

Comments
 (0)