Skip to content

Commit

Permalink
fix: correctly detect missing packages in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
teatimeguest committed Sep 20, 2024
1 parent 7613fae commit c28b38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/texlive/src/tlmgr/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class PackageNotFound extends TlmgrError {
},
{
versions: new Range('>=2015'),
re: /^tlmgr install: package (\S+) not present/gmv,
re: /^tlmgr(?:\.pl)? install: package (\S+) not present/gmv,
},
] as const;

Expand Down

0 comments on commit c28b38d

Please sign in to comment.