From 2686818dea831889851abeb2986f01618d4ed447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Scha=CC=88fer?= <101886095+PeterSchafer@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:43:20 +0100 Subject: [PATCH] fix: move message from stdout to stderr --- ts-binary-wrapper/src/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-binary-wrapper/src/common.ts b/ts-binary-wrapper/src/common.ts index 827472aff9..35e0208183 100644 --- a/ts-binary-wrapper/src/common.ts +++ b/ts-binary-wrapper/src/common.ts @@ -259,7 +259,7 @@ export function downloadExecutable( resolve(error); }; - console.debug( + console.error( "Downloading from '" + downloadUrl + "' to '" + filename + "'", );