link -> target for #11847

This commit is contained in:
Pine Wu
2020-02-10 08:28:59 -08:00
parent 62265b4ee2
commit 2053a7330c
8 changed files with 14 additions and 14 deletions

View File

@@ -55,7 +55,7 @@ export class MainThreadDiagnostics implements MainThreadDiagnosticsShape {
}
}
if (marker.code && typeof marker.code !== 'string') {
marker.code.link = URI.revive(marker.code.link);
marker.code.target = URI.revive(marker.code.target);
}
}
}