Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Jan 13, 2025
1 parent 183d4ba commit 99ed03c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const METADATA_FILE_KIND: FileKind = {
if (file.type === 'application/x-xz') {
return err(
new Error(
'LZMA compression (.xz files) is not supported with Excel yet. ' +
'LZMA compression (.xz files) is not supported with Excel files yet. ' +
'Please use a different compression format for Excel files.',
),
);
Expand Down

0 comments on commit 99ed03c

Please sign in to comment.