Skip to content

Commit f596c5c

Browse files
committed
Avoids logging args to avoid circular JSON
1 parent 3ce8201 commit f596c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/webviewController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export class WebviewController<
243243
return this._disposed ? false : this.parent.visible;
244244
}
245245

246-
@debug()
246+
@debug({ args: false })
247247
async show(loading: boolean, options?: { column?: ViewColumn; preserveFocus?: boolean }, ...args: unknown[]) {
248248
if (options == null) {
249249
options = {};

0 commit comments

Comments
 (0)