소스 검색

Avoids logging args to avoid circular JSON

main
Eric Amodio 1 년 전
부모
커밋
f596c5cedc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/webviews/webviewController.ts

+ 1
- 1
src/webviews/webviewController.ts 파일 보기

@ -243,7 +243,7 @@ export class WebviewController<
return this._disposed ? false : this.parent.visible;
}
@debug()
@debug({ args: false })
async show(loading: boolean, options?: { column?: ViewColumn; preserveFocus?: boolean }, ...args: unknown[]) {
if (options == null) {
options = {};

불러오는 중...
취소
저장