Skip to content

Commit

Permalink
fix: reset compile time when recompiling (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
snadon authored May 31, 2024
1 parent e83b25a commit 5f88068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/watch.cr
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ module LuckySentry
build_in_progress = @build_processes.any?(&.exists?)
stop_all_processes
puts build_in_progress ? "Recompiling..." : "\nCompiling..."
@build_started = Time.monotonic
build_app_processes_and_start
end

Expand Down

1 comment on commit 5f88068

@zw963
Copy link

@zw963 zw963 commented on 5f88068 Jun 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, i meet this same issue too ...

Please sign in to comment.