Skip to content

Commit fc3f0cf

Browse files
committed
Avoids args logging error
1 parent 1cca717 commit fc3f0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/plus/timeline/timelineWebview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export class TimelineWebviewProvider implements WebviewProvider<State, State, Ti
239239
}
240240
}
241241

242-
@debug()
242+
@debug({ args: false })
243243
private onTabsChanged() {
244244
this.updateUri(this.activeTabUri);
245245
}

0 commit comments

Comments
 (0)