Skip to content

Commit f230078

Browse files
authored
fix(core): handle symlinks better for watch events on arch (#18743)
1 parent 7024108 commit f230078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx/src/native/watch/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub(super) fn get_ignore_files<T: AsRef<str>>(root: T) -> Vec<IgnoreFile> {
5353
static OS_PLATFORM: Lazy<OSInformation> = Lazy::new(os_type::current_platform);
5454

5555
pub(super) fn transform_event(watch_event: &Event) -> Option<Event> {
56-
if OS_PLATFORM.os_type == OSType::Debian {
56+
if OS_PLATFORM.os_type == OSType::Debian || OS_PLATFORM.os_type == OSType::Arch {
5757
let tags = watch_event
5858
.tags
5959
.clone()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy