Skip to content

Commit

Permalink
fix: move message from stdout to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Mar 6, 2023
1 parent ed26e75 commit 2686818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts-binary-wrapper/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export function downloadExecutable(
resolve(error);
};

console.debug(
console.error(
"Downloading from '" + downloadUrl + "' to '" + filename + "'",
);

Expand Down

0 comments on commit 2686818

Please sign in to comment.