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); } }