From a5e5b4c4f821cb08b05fce261858ed9b380659e5 Mon Sep 17 00:00:00 2001 From: Fulgurance Date: Fri, 20 Sep 2024 17:24:20 +0100 Subject: [PATCH] Patched experimental patch --- ISM/CommandLine.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISM/CommandLine.cr b/ISM/CommandLine.cr index fc70b63c..99d79357 100644 --- a/ISM/CommandLine.cr +++ b/ISM/CommandLine.cr @@ -1527,7 +1527,7 @@ module ISM processResult = IO::Memory.new process = Process.run( "crystal build --release --progress #{ISM::Default::Filename::Task}.cr -o #{@settings.rootPath}#{ISM::Default::Path::RuntimeDataDirectory}#{ISM::Default::Filename::Task} -f json", - output: :inherit, + output: processOutput, error: processResult, shell: true, chdir: "#{@settings.rootPath}#{ISM::Default::Path::RuntimeDataDirectory}")