We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a794ed commit 5ac1a1aCopy full SHA for 5ac1a1a
src/base.jl
@@ -30,7 +30,7 @@ function show(io::IO, env::Environment)
30
if env.active_proc == nothing
31
print(io, "$(typeof(env)) time: $(now(env)) active_process: nothing")
32
else
33
- print(io, "$(typeof(env)) time: $(now(env)) active_process: $(active_proc)")
+ print(io, "$(typeof(env)) time: $(now(env)) active_process: $(env.active_proc)")
34
end
35
36
0 commit comments