Skip to content

Commit

Permalink
fix(engine): stop warning about missing panic_dumps directories (#3879)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsamin authored and sguiheux committed Jan 22, 2019
1 parent 26a963e commit 74f1b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/hatchery/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func init() {
files, err := ioutil.ReadDir(path)
if err != nil {
log.Warning("unable to list files in %s: %v", path, err)
continue
break
}

for _, f := range files {
Expand Down

0 comments on commit 74f1b51

Please sign in to comment.