We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28403be commit 9412c58Copy full SHA for 9412c58
packages/svelte/src/internal/client/dev/debug.js
@@ -63,6 +63,13 @@ export function log_effect_tree(effect, depth = 0) {
63
64
// eslint-disable-next-line no-console
65
console.log(callsite);
66
+ } else {
67
+ // eslint-disable-next-line no-console
68
+ console.groupCollapsed(`%cfn`, `font-weight: normal`);
69
70
+ console.log(effect.fn);
71
72
+ console.groupEnd();
73
}
74
75
if (effect.deps !== null) {
0 commit comments