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.
tlmgr
1 parent 887a220 commit f00b6dcCopy full SHA for f00b6dc
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