Skip to content

Commit 61c0625

Browse files
committed
Utility: disable DirectoryMonitor on Windows temporarily
This temporarily disables the functionality on Windows to match the Linux port. We should be able to reimplement this functionality as already done in clang and swift-tools-support-core on Windows.
1 parent 7774523 commit 61c0625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDocCUtilities/Utility/DirectoryMonitor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import Foundation
1212
import SwiftDocC
1313

14-
#if !os(Linux) && !os(Android)
14+
#if !os(Linux) && !os(Android) && !os(Windows)
1515
import Darwin
1616

1717
/// A throttle object to filter events that come too fast.

0 commit comments

Comments
 (0)