We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfb8c1 commit 12fcce0Copy full SHA for 12fcce0
src/discovery/utils.jl
@@ -47,6 +47,7 @@ function safe_exec(str)
47
success = p.exitcode == 0
48
res_str = strip(String(read(path)))
49
err_str = strip(String(read("$path.err")))
50
+ res_str, err_str
51
end
52
return success, res_str
53
0 commit comments