diff --git a/src/Formatters/BiomeFormatter.php b/src/Formatters/BiomeFormatter.php new file mode 100644 index 00000000..77682bcb --- /dev/null +++ b/src/Formatters/BiomeFormatter.php @@ -0,0 +1,19 @@ +run(); + + if (! $process->isSuccessful()) { + throw new ProcessFailedException($process); + } + } +}