We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 887a220 + f00b6dc commit 6eb757fCopy full SHA for 6eb757f
src/command/render/latexmk/texlive.ts
@@ -238,7 +238,7 @@ async function installPackage(
238
quiet,
239
);
240
if (updateResult.code !== 0) {
241
- return Promise.reject("Problem running `tlgmr update`.");
+ return Promise.reject("Problem running `tlmgr update`.");
242
}
243
244
// Rebuild format tree
@@ -277,7 +277,7 @@ async function installPackage(
277
278
279
280
281
282
283
0 commit comments