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 5147363 commit 914a932Copy full SHA for 914a932
src/autoscroll.ts
@@ -52,7 +52,7 @@ export class AutoScroll {
52
if (this.lastMsg === msg) {
53
return;
54
}
55
- super.debug(msg);
+ void behaviorLog(msg, "debug");
56
this.lastMsg = msg;
57
58
0 commit comments