From 7aba9c1a50bc1ad828add67aba039b878f76efa1 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Tue, 12 Nov 2024 20:54:55 +0400 Subject: [PATCH] Update index.cjs --- npm/src/index.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/src/index.cjs b/npm/src/index.cjs index 1f52111a0..e5bf1610f 100644 --- a/npm/src/index.cjs +++ b/npm/src/index.cjs @@ -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); } }