We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa381eb commit b76c37aCopy full SHA for b76c37a
rescript
@@ -530,10 +530,10 @@ if (
530
// helps avoid redundant build, but this will
531
// save the event loop call `setImmediate`
532
return;
533
- }
534
- LAST_FIRED_EVENT = event_time;
+ }
535
if (validEvent(event, reason)) {
536
dlog(`\nEvent ${event} ${reason}`);
+ LAST_FIRED_EVENT = event_time;
537
reasons_to_rebuild.push([event, reason]);
538
// Some editors are using temporary files to store edits.
539
// This results in two sync change events: change + rename and two sync builds.
0 commit comments