We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa1dd1 commit 8ded8c4Copy full SHA for 8ded8c4
src/Commands/StatsigSendCommand.php
@@ -57,6 +57,7 @@ public function handle(): int
57
try {
58
$result = Process::run($commandToRun);
59
$this->info($result->output());
60
+
61
return self::SUCCESS;
62
} catch (ProcessTimedOutException $e) {
63
report(
src/Commands/StatsigSyncCommand.php
@@ -35,10 +35,10 @@ public function handle(): int
35
$commandToRun .= ' '.$key.' '.$value;
36
}
37
38
-
39
40
41
42
43
44
0 commit comments