Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Mar 14, 2024
1 parent b36d2be commit 3a80634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const esArchiver = (
} else if (type === 'ftr') {
ftrEsArchiverInstance.unload(archiveName);
} else {
throw new Error('It is not possible to load the archive.');
throw new Error('It is not possible to unload the archive.');
}
return null;
},
Expand Down

0 comments on commit 3a80634

Please sign in to comment.