Skip to content

Conversation

@ysicing
Copy link

@ysicing ysicing commented Dec 18, 2023

fixed #24

- In `file.go`, the condition `if !fi.IsDir()` was changed to `if fi != nil && !fi.IsDir()`
- The check `strings.HasPrefix(filepath.Base(path), filepath.Base(l.filename))` was added to the same if statement in `file.go`

Signed-off-by: ysicing <i@ysicing.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Panic triggered when running multiple replica containers

1 participant