Strict function fix

This commit is contained in:
Matt Bierner
2019-12-10 17:14:49 -08:00
parent 7bb8b0084f
commit 59ee3ceeec
3 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ export class MainThreadDiagnostics implements MainThreadDiagnosticsShape {
this._activeOwners.clear();
}
private _forwardMarkers(resources: URI[]): void {
private _forwardMarkers(resources: readonly URI[]): void {
const data: [UriComponents, IMarkerData[]][] = [];
for (const resource of resources) {
data.push([