Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit c57a276

Browse files
sqsfelixfbecker
authored andcommitted
Update progress message to "Loading TypeScript project" (#119)
Fix https://github.com/sourcegraph/sourcegraph/issues/2451 (see that issue for context).
1 parent cfd7957 commit c57a276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ webSocketServer.on('connection', connection => {
602602
logger.info('Fetching archive from', httpRootUri.href)
603603
logger.log('Extracting to', extractPath)
604604
await tracePromise('Fetch source archive', tracer, span, async span => {
605-
await withProgress('Downloading source to TypeScript server', async reporter => {
605+
await withProgress('Loading TypeScript project', async reporter => {
606606
span.setTag(HTTP_URL, redact(httpRootUri.href))
607607
const headers = {
608608
Accept: 'application/x-tar',

0 commit comments

Comments
 (0)