Skip to content

Commit

Permalink
fix: Add another write to ensure flushing
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Ziegler <[email protected]>
  • Loading branch information
halostatue committed Jan 4, 2025
1 parent 765272c commit aa491b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elixir/support/app_identity/suite/generator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ defmodule AppIdentity.Suite.Generator do

if options[:stdout] do
IO.write(:stdio, Jason.encode!(suite, pretty: true))
IO.write(:stdio, "")
else
File.write!(name, Jason.encode!(suite))

Expand Down

0 comments on commit aa491b5

Please sign in to comment.