Skip to content

Commit 5ac1a1a

Browse files
committed
Issue #62
1 parent 0a794ed commit 5ac1a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function show(io::IO, env::Environment)
3030
if env.active_proc == nothing
3131
print(io, "$(typeof(env)) time: $(now(env)) active_process: nothing")
3232
else
33-
print(io, "$(typeof(env)) time: $(now(env)) active_process: $(active_proc)")
33+
print(io, "$(typeof(env)) time: $(now(env)) active_process: $(env.active_proc)")
3434
end
3535
end
3636

0 commit comments

Comments
 (0)