feat(update): don't show stdout of nix-update

This commit is contained in:
matt1432 2025-04-18 15:18:49 -04:00
parent 10624d8de6
commit a9b8705abc

View file

@ -126,7 +126,6 @@ const main = async() => {
nixUpdateOutputs.push(execution.changelog);
}
console.log(execution.stderr);
console.log(execution.stdout);
};
updatePackage('homepage');