Skip to content

Commit

Permalink
remove @with_terminal export
Browse files Browse the repository at this point in the history
This will remove the macro export from the TerminalNotebook as it's not defined anymore.

As it is now, you get an error with Aqua tests if you re-export PlutoUI (as it errors if you are exporting non-existing names)
  • Loading branch information
disberd authored Oct 9, 2023
1 parent 1b06470 commit d8c13e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TerminalNotebook.jl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function with_terminal(f, args...; color=true, show_value=true)
end

# ╔═╡ fe8c0c2f-8555-44f0-ae30-628ad4860157
export with_terminal, @with_terminal
export with_terminal

# ╔═╡ 376b7763-dd17-4147-a246-a530ace698ec
# ╠═╡ skip_as_script = true
Expand Down

0 comments on commit d8c13e1

Please sign in to comment.