Skip to content

Commit a95a34c

Browse files
committed
Be careful as the release can be cached
1 parent 4a18c07 commit a95a34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hlsBinaries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ export async function downloadHaskellLanguageServer(
354354
window.showErrorMessage(message);
355355
return null;
356356
}
357-
logger.info(`The latest release is ${releases[0].tag_name}`);
357+
logger.info(`The latest known release is ${releases[0].tag_name}`);
358358
logger.info('Figure out the ghc version to use or advertise an installation link for missing components');
359359
const dir: string = folder?.uri?.fsPath ?? path.dirname(resource.fsPath);
360360
let ghcVersion: string;

0 commit comments

Comments
 (0)