Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Apr 5, 2024
1 parent 781ad52 commit 8cb8a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code_stripping.jl
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ function _strip_package(
end
script = joinpath(@__DIR__, "serializer.jl")
binary = _process_multiplexer(multiplexer, julia_version)
@shwo binary
@show binary
run(`$(binary) --startup-file=no $(script) $(toml_file)`)
end

Expand Down

0 comments on commit 8cb8a62

Please sign in to comment.