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.
1 parent 754682e commit 9c7218dCopy full SHA for 9c7218d
src/features/packages/pack/zipUtils.ts
@@ -55,7 +55,7 @@ export async function doZip(
55
process.chdir(initialWorkingDirectory);
56
if (fs.existsSync(archivePath) && overwrite === false)
57
{
58
- logger.info?.(`Found an existing archive at ${archivePath} and overwrite is disabled. The existing archive will not be over-written.`);
+ logger.info?.(`Found an existing archive at ${archivePath} and overwrite is disabled. The existing archive will not be overwritten.`);
59
return;
60
}
61
0 commit comments