Skip to content

Commit 05ab2d2

Browse files
committed
fix: don't silent exec commands
1 parent 9ae204c commit 05ab2d2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5766,7 +5766,6 @@ var $d = Object.defineProperty, Gd = Object.defineProperties, Cd = Object.getOwn
57665766
async function K(e, t) {
57675767
let r = "", n = "";
57685768
const s = Date.now(), o = await Vs(e, null, jd(Ud({}, t), {
5769-
silent: !0,
57705769
listeners: {
57715770
stdout(a) {
57725771
r += a.toString();

src/lib/exec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ async function exec(command, options) {
77
const startTime = Date.now();
88
const exitCode = await _exec(command, null, {
99
...options,
10-
silent: true,
1110
listeners: {
1211
stdout(data) {
1312
stdout += data.toString();

0 commit comments

Comments
 (0)