Skip to content

Commit

Permalink
Update src/lib/processors/watch-processor.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Mayer <[email protected]>
  • Loading branch information
cmwylie19 and samayer12 authored Feb 5, 2025
1 parent 93d360e commit 1318875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/processors/watch-processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,6 @@ export function registerWatchEventHandlers(
};

Object.entries(eventHandlers).forEach(([event, handler]) => {
watcher.events.on(event as WatchEvent, handler);
watcher.events.on(event, handler);
});
}

0 comments on commit 1318875

Please sign in to comment.