Update index.cjs

This commit is contained in:
Daniel Hougaard
2024-11-12 20:54:55 +04:00
parent 4cd8e0fa67
commit 7aba9c1a50

View File

@@ -78,7 +78,7 @@ async function main() {
outStream.on("close", resolve);
});
} catch (error) {
console.error("Error downloading or extracting the asset:", error);
console.error("Error downloading or extracting Infisical CLI:", error);
process.exit(1);
}
}