mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
docs: update repository links and sync cn readme (#1711)
This commit is contained in:
@@ -178,7 +178,7 @@ func handleWatcherEvent(watchPattern *watchPattern, path string, associatedPath
|
||||
|
||||
// some editors create temporary files and never actually modify the original file
|
||||
// so we need to also check the associated path of an event
|
||||
// see https://github.com/dunglas/frankenphp/issues/1375
|
||||
// see https://github.com/php/frankenphp/issues/1375
|
||||
if associatedPath != "" && watchPattern.allowReload(associatedPath, eventType, pathType) {
|
||||
watchPattern.trigger <- associatedPath
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user