fix(docs-infra): fix closure warning issue for improper internal flag (#25628)
PR Close #25628
This commit is contained in:
parent
eb1fe19088
commit
668bfcec9d
|
@ -194,7 +194,7 @@ export class StaticSymbolResolver {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @internal */
|
/** @internal */
|
||||||
ignoreErrorsFor<T>(cb: () => T) {
|
ignoreErrorsFor<T>(cb: () => T) {
|
||||||
const recorder = this.errorRecorder;
|
const recorder = this.errorRecorder;
|
||||||
this.errorRecorder = () => {};
|
this.errorRecorder = () => {};
|
||||||
|
|
Loading…
Reference in New Issue