Skip to content

Commit 12fcce0

Browse files
committed
Minor fix
1 parent 1dfb8c1 commit 12fcce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/discovery/utils.jl

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function safe_exec(str)
4747
success = p.exitcode == 0
4848
res_str = strip(String(read(path)))
4949
err_str = strip(String(read("$path.err")))
50+
res_str, err_str
5051
end
5152
return success, res_str
5253
end

0 commit comments

Comments
 (0)