Skip to content

Commit

Permalink
fix: sniper stdout to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Nov 12, 2023
1 parent 3a6f00d commit 4667491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sniper/utils/yarn.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = async (options = {}) => {
}

const {
stdout = process.stdout,
stdout = process.stderr,
cwd = process.cwd(),
defaultNodeLinker = process.env.SNIPER_DEFAULT_NODE_LINKER ||
"node-modules",
Expand Down

0 comments on commit 4667491

Please sign in to comment.