Skip to content

Commit

Permalink
fix(ios): watcher rel path handling
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jun 26, 2023
1 parent 2e9e771 commit 2374c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/App/App/FsWatcher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public class FsWatcher: CAPPlugin, PollingWatcherDelegate {
return
}
// NOTE: Event in js {dir path content stat{mtime}}
print("url \(url) rel \(baseUrl)")
switch event {
case .Unlink:
DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) {
Expand Down

0 comments on commit 2374c0b

Please sign in to comment.