fix(docs-infra): fix closure warning issue for improper internal flag (#25628)
PR Close #25628
This commit is contained in:
parent
82f26fe5f5
commit
cc0d0a9d1e
@ -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…
x
Reference in New Issue
Block a user