Skip to content

Commit 8c7ba9d

Browse files
author
ziming
committed
output command result
1 parent f902434 commit 8c7ba9d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Commands/StatsigSendCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function handle(): int
3030
}
3131

3232
$result = Process::run($commandToRun);
33+
$this->info($result->output());
3334

3435
return $result->exitCode();
3536
}

src/Commands/StatsigSyncCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function handle(): int
3030
}
3131

3232
$result = Process::run($commandToRun);
33+
$this->info($result->output());
3334

3435
return $result->exitCode();
3536
}

0 commit comments

Comments
 (0)