Skip to content

Commit

Permalink
Patched experimental patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Sep 20, 2024
1 parent b4cca81 commit a5e5b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISM/CommandLine.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit a5e5b4c

Please sign in to comment.