diff --git a/build-server-crystal.cr b/build-server-crystal.cr index 7dab735..1a6f986 100644 --- a/build-server-crystal.cr +++ b/build-server-crystal.cr @@ -12,6 +12,7 @@ post "/:strategy" do |env| ], output: stdout, ) + puts stdout.to_s stdout.to_s end