Explorar o código

fix(ios): watcher rel path handling

Andelf %!s(int64=2) %!d(string=hai) anos
pai
achega
2374c0bfc2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ios/App/App/FsWatcher.swift

+ 1 - 0
ios/App/App/FsWatcher.swift

@@ -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) {