fixed stack overflow error due to recursive call of rewrite

This commit is contained in:
yusing
2024-03-18 20:52:34 +00:00
parent 076c19c4ea
commit 8a640ec484
5 changed files with 17 additions and 7 deletions

View File

@@ -21,7 +21,6 @@ func main() {
DisableColors: false,
FullTimestamp: true,
})
InitFSWatcher()
InitDockerWatcher()