Skip to content

Commit 914a932

Browse files
committed
fix debug log call
1 parent 5147363 commit 914a932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autoscroll.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class AutoScroll {
5252
if (this.lastMsg === msg) {
5353
return;
5454
}
55-
super.debug(msg);
55+
void behaviorLog(msg, "debug");
5656
this.lastMsg = msg;
5757
}
5858

0 commit comments

Comments
 (0)