From 9b32f59a34e19a3709af4d4a8cf50b047f1021e2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 5 Mar 2024 21:31:30 +0900 Subject: do not show stdout/stderr to users --- services/app/src/App.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'services/app/src/App.php') diff --git a/services/app/src/App.php b/services/app/src/App.php index 7b31e74..9d6cc70 100644 --- a/services/app/src/App.php +++ b/services/app/src/App.php @@ -892,8 +892,6 @@ final class App 'label' => $ex->status->label(), 'show_loading_indicator' => $ex->status->showLoadingIndicator(), ], - 'stdout' => $ex->stdout, - 'stderr' => $ex->stderr, ], $testcaseExecutions), ])->withStatus(200); } -- cgit v1.2.3-70-g09d2