Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Sep 2, 2024
1 parent e16b5d5 commit e657867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flame/pool.ex
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ defmodule FLAME.Pool do
if code_sync_opts = opts[:code_sync] do
code_sync = CodeSync.new(Keyword.put(code_sync_opts, :sync_beams, []))
%CodeSync.PackagedStream{} = parent_stream = CodeSync.package_to_stream(code_sync)
IO.inspect(File.stat!(parent_stream.stream.path))
parent_stream
end

Expand Down

0 comments on commit e657867

Please sign in to comment.