Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ webSocketServer.on('connection', connection => {
logger.info('Fetching archive from', httpRootUri.href)
logger.log('Extracting to', extractPath)
await tracePromise('Fetch source archive', tracer, span, async span => {
await withProgress('Downloading source to TypeScript server', async reporter => {
await withProgress('Loading TypeScript project', async reporter => {
span.setTag(HTTP_URL, redact(httpRootUri.href))
const headers = {
Accept: 'application/x-tar',
Expand Down