Skip to content

Commit 5f88068

Browse files
authored
fix: reset compile time when recompiling (#1894)
1 parent e83b25a commit 5f88068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/watch.cr

+1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ module LuckySentry
245245
build_in_progress = @build_processes.any?(&.exists?)
246246
stop_all_processes
247247
puts build_in_progress ? "Recompiling..." : "\nCompiling..."
248+
@build_started = Time.monotonic
248249
build_app_processes_and_start
249250
end
250251

0 commit comments

Comments
 (0)